Opened 14 years ago
Closed 14 years ago
#22035 closed defect (bug) (fixed)
New rewrite rule for wp-app.php does not work correctly
| Reported by: | Latz | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | XML-RPC | Version: | 3.5 |
| Severity: | major | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
AtomPub:
the rewrite rule added in #21509 for wp-app.php does not work correctly since it assumes the URL end with "wp-app.php" (.*wp-app\.php$). Actually a URL could look like this:
http://localhost/wp-app.php/service
In WP3.4 you're even redirected to this URL. Most applications using AtomPub will therefore use the above URL and receive a 404 error and not the anticipated 403.
Rewrite rule should be changed.
Attachments (2)
Change History (10)
#4
@
14 years ago
Plugin updated as well: http://plugins.trac.wordpress.org/changeset/605278/
#5
@
14 years ago
- Keywords commit added
Tested it and patch works. Not sure if it makes sense to create a unit test for this.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Yeah... sorry about that... patch attached