[wp-trac] [WordPress Trac] #13175: xmlrpc.php should be passed through at WP::parse_request() at line 201
WordPress Trac
wp-trac at lists.automattic.com
Thu Apr 29 06:18:14 UTC 2010
#13175: xmlrpc.php should be passed through at WP::parse_request() at line 201
--------------------------+-------------------------------------------------
Reporter: toohokuaiki | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version:
Severity: normal | Keywords: xmlrpc
--------------------------+-------------------------------------------------
wp-includes/classes.php
{{{
// Don't try to match against AtomPub calls
if ( $req_uri == 'wp-app.php' )
break;
}}}
AtomPub is through this foreach. XMLRPC also shuold be passed through. I
think.
{{{
// Don't try to match against AtomPub calls
if ( $req_uri == 'wp-app.php' || $req_uri == 'xmlrpc.php' )
break;
}}}
I encount trouble when XMLRPC oparation below settings.[[BR]]
+ WordPress 2.9.2[[BR]]
+ ReWrite ON [[BR]]
+ WordPress url is http://example.com/foo/bar/some/path [[BR]]
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13175>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list