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

mod_rewrite seems to use all lowercase URLs under Windows





------- Additional Comments From [EMAIL PROTECTED]  2003-09-29 13:14 -------
BTW: there is a mistake in the example, however that does not affect the 
problem:
The typed URL should be for the current rewrite rule:
http://www.site.com/Computers/Printers/page2/orderd/sort1

And in rewrite_log.txt appears:
(2) [per-dir c:/path/] rewrite computers/printers/page2/orderd/sort1 ->
/script.cgi?cat=computers/printers&page=2&order=d&sort=1

>My first guess is, that this is a browser/proxy problem.
It can not be a browser problem. I tried with both Mozilla and IE.

Also tried the telnetting now. The response is:
HTTP/1.1 200 OK
Date: Mon, 29 Sep 2003 12:54:22 GMT
Server: Apache/1.3.27 (Win32)
Connection: close
Content-Type: text/html; charset=iso-8859-2

But the "Computers/Printers" category parameter, appears to get passed as all
lowercase to the cgi script, as: "computers/printers"

I have only these modules loaded:
LoadModule rewrite_module modules/mod_rewrite.so
# module order
ClearModuleList
AddModule mod_env.c
AddModule mod_log_config.c
AddModule mod_mime.c
AddModule mod_negotiation.c
AddModule mod_include.c
AddModule mod_autoindex.c
AddModule mod_dir.c
AddModule mod_isapi.c
AddModule mod_cgi.c
AddModule mod_asis.c
AddModule mod_imap.c
AddModule mod_actions.c
AddModule mod_userdir.c
AddModule mod_alias.c
AddModule mod_rewrite.c
AddModule mod_access.c
AddModule mod_auth.c
AddModule mod_so.c
AddModule mod_setenvif.c

Should I try another Apache version?
I can not imagine what causes that mod_rewrite uses lowercase URLs. The [NC]
flag is not used.
The only possibility would be, that mod_rewrite converts URLs to lowercase under
Windows/FAT32. And that would be a bug.

Any idea?

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

Reply via email to