[wp-trac] Re: [WordPress Trac] #7270: tilde character encoded by
mod_proxy creates a redirect loop on login
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 9 10:01:38 GMT 2008
#7270: tilde character encoded by mod_proxy creates a redirect loop on login
--------------------------------------------------+-------------------------
Reporter: hopson | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Administration | Version: 2.5.1
Severity: normal | Resolution: worksforme
Keywords: has-patch needs-testing dev-feedback |
--------------------------------------------------+-------------------------
Changes (by markjaquith):
* status: new => closed
* resolution: => worksforme
* milestone: 2.7 =>
Comment:
I cannot reproduce in WP 2.7.
I placed this in my wp-config.php to simulate the Apache issue:
{{{
$_SERVER['REQUEST_URI'] = str_replace('~', '%7E',
$_SERVER['REQUEST_URI']);
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/7270#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list