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

mod_rewrite seems to use all lowercase URLs under Windows

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2004-05-25 21:46 -------
>(a) it's not a bug in mod_rewrite

If not a bug in mod_rewrite, then bug in Apache. Doesn't change the fact, that
v1.3.x is not working correctly.


>(b) it's fixed 2.0. As said, 1.3 will stay as is.

I'm glad, that it's fixed in 2.0, but it still should be fixed in 1.3.x.


I found a fix in 1.3.13, which seems interesting:
"  *) Add case_preserved_filename field to the request_rec structure.
     On systems with case insensitive file systems (Windows, OS/2, etc.), 
     r->filename is case canonicalized (folded to either lower or upper 
     case, depending on the specific system) to accomodate file access
     checking. case_preserved_filename is the same as r->filename 
     except case is preserved. There is at least one instance where Apache 
     needs access to the case preserved filename: Java class files published 
     with WebDAV need to preserve filename case to make the Java compiler 
     happy. [Bill Stoddard]"
Isn't it something that may help current issue?

Anyway, until it's not fixed in 1.3.x, I'm reopening the bug. Sorry.

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

Reply via email to