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=12105>. 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=12105 UTF Encoding is not preserved ------- Additional Comments From [EMAIL PROTECTED] 2003-07-25 14:47 ------- OK, you're probably right. At least in theory. Because it seems that Apache httpd 1.3.23 doesn't use the same rule to decode the URL. When requesting the URL http://localhost/imag%E9.gif, it sends me the file "imag�.gif" When requesting the URL http://localhost/imag%C3%A9.gif, it does NOT send it. I haven't found any information about this issue in apache documentation. Anyway, thanks you for your efforts in investigating this problem. The definitive, yet quite disappointing, solution for me, is to avoid non US- ASCII characters in URL's.
