You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/11/18 16:49:50 UTC

DO NOT REPLY [Bug 14639] New: - Apache creates 404 error when using %2f in query string

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14639

Apache creates 404 error when using %2f in query string

           Summary: Apache creates 404 error when using %2f in query string
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tilman.giese@globalview.de


I used AcceptPathInfo On to allow parsing of query strings, e.g.

/www/test.php/category/234

where test.php is the real file. But if there is a slash as %2f in the query 
string, e.g.

/www/test.php/category%2f234

apache creates a 404 error.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org