DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42686>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42686


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|mod_rewrite                 |Core
            Summary|mod_rewrite converting      |Apache converting double
                   |double slashes to single    |slashes to single slash
                   |slash in QUERY_STRING       |




------- Additional Comments From [EMAIL PROTECTED]  2007-06-18 03:17 -------
Seems like it may be an Apache issue - as when calling the index.php with the 
PATH_INFO also strips 
the slashes:

http://mysite.com/index.php/search//10

produces the following:

'QUERY_STRING' => '',
'REQUEST_URI' => '/tmp/rewrite/index.php/search//10',
'SCRIPT_NAME' => '/tmp/rewrite/index.php',
'PATH_INFO' => '/search/10',
'PHP_SELF' => '/tmp/rewrite/index.php/search//10'



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to