Opened 12 years ago
Closed 12 years ago
#22035 closed defect (bug) (fixed)
New rewrite rule for wp-app.php does not work correctly
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | major | Version: | 3.5 |
Component: | XML-RPC | Keywords: | has-patch commit |
Focuses: | Cc: |
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
@
12 years ago
Plugin updated as well: http://plugins.trac.wordpress.org/changeset/605278/
#5
@
12 years ago
- Keywords commit added
Tested it and patch works. Not sure if it makes sense to create a unit test for this.
Note: See
TracTickets for help on using
tickets.
Yeah... sorry about that... patch attached