DO NOT REPLY [Bug 13598] - directory listing bug with % symbol in directory or file names

2003-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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

 Status|RESOLVED|CLOSED

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



DO NOT REPLY [Bug 13598] - directory listing bug with % symbol in directory or file names

2003-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-11-01 22:33 ---
Fixed in 2.1 and proposed for backport into the 2.0 stable branch.

Thanks for your report and thanks for using Apache!

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



DO NOT REPLY [Bug 13598] - directory listing bug with % symbol in directory or file names

2003-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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]



DO NOT REPLY [Bug 13598] - directory listing bug with % symbol in directory or file names

2003-10-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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]
URL||http://marc.theaimsgroup.com
   ||/?l=apache-httpd-
   ||users&m=106625658018445&w=2
 OS/Version|Windows NT/2K   |All
Summary|directory listing bug with %|directory listing bug with %
   |symbol in directory name|symbol in directory or file
   ||names
Version|2.0.42  |2.0.47



--- Additional Comments From [EMAIL PROTECTED]  2003-10-21 16:28 ---
See the thread on the Apache Users mailing list archive for more information and
a reproducible test-case and verifications on Linux and Windows.

Quoting Robert Andersson:
As I see it, the "bug" in mod_autoindex would be that it doesn't URI-escape the
filename before sending it to the sub_request function.

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