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=13598>.
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=13598

directory listing bug with % symbol in directory or file names

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
           Platform|PC                          |All



------- Additional Comments From [EMAIL PROTECTED]  2003-10-23 04:47 -------
A quick note. After a little further research, I see that the "bug" is rather in
server/request.c/ap_sub_req_lookup_dirent(), which calls
ap_process_request_internal() with r->uri set to the plain unescaped filename,
which can result in ap_process_request_internal() returning  "not found" or "bad
request", eg:

"/xxx%0.txt" -> bad request
"/xxx%20.txt" -> not found

I have been able to fix this behaviour. I'll be back later.

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

Reply via email to