[wp-trac] Re: [WordPress Trac] #8965: Infinite Redirection in Bogus
Namespace
WordPress Trac
wp-trac at lists.automattic.com
Mon Jan 26 09:14:43 GMT 2009
#8965: Infinite Redirection in Bogus Namespace
--------------------------+-------------------------------------------------
Reporter: miqrogroove | Owner: anonymous
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.7.1
Component: General | Version: 2.7
Severity: major | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by miqrogroove):
This is interesting. I stubbed in a logging command directly above the
line "// trailing slashes" in canonical.php.
{{{
//debug
error_log('rpath:'.$redirect['path']);
// trailing slashes
}}}
It should write one line to the log for my eyes only. But look at the
output for a single hit to /&a=a=
{{{
[26-Jan-2009 02:09:33] rpath:/&a=a%3D
[26-Jan-2009 02:09:33] rpath:/&a=a%3D/
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8965#comment:4>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list