RE: international filenames inaccessible

2004-03-12 Thread Randahl Fink Isaksen
settings did you use? Any suggestions to things I could try would be greatly appreciated! Randahl -Original Message- From: Edward Toro [mailto:[EMAIL PROTECTED] Sent: 11. marts 2004 19:47 To: Tomcat Users List Subject: RE: international filenames inaccessible It still seems incorrect

RE: international filenames inaccessible

2004-03-12 Thread Randahl Fink Isaksen
attribute settings did you use? Any suggestions to things I could try would be greatly appreciated! Randahl -Original Message- From: Edward Toro [mailto:[EMAIL PROTECTED] Sent: 11. marts 2004 19:47 To: Tomcat Users List Subject: RE: international filenames inaccessible It still

RE: international filenames inaccessible

2004-03-11 Thread Larry Isaacs
See the uriEncoding attribute described at: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html The same attribute applies to Tomcat 4.1.30 as well. I'm not aware of any specs that guarantee behavior when using non-ASCII characters in the URL in this fashion, but it might work.

RE: international filenames inaccessible

2004-03-11 Thread Edward Toro
: international filenames inaccessible See the uriEncoding attribute described at: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html The same attribute applies to Tomcat 4.1.30 as well. I'm not aware of any specs that guarantee behavior when using non-ASCII characters in the URL

RE: international filenames inaccessible

2004-03-11 Thread Larry Isaacs
To: Tomcat Users List Subject: RE: international filenames inaccessible Wow, that worked! The problem may actually be in Java rather than Tomcat. I set the DEBUG value to 1001 on a 5 server and a 4.1.18 server to check the request info. The call to getServletPath() returns a different

RE: international filenames inaccessible

2004-03-11 Thread Yansheng Lin
would be asking them to set the default for useBodyEncodingForURI to true instead of false. This is good to know. -Yan -Original Message- From: Edward Toro [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 10:58 AM To: Tomcat Users List Subject: RE: international filenames

RE: international filenames inaccessible

2004-03-11 Thread Edward Toro
Isaacs [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 1:23 PM To: Tomcat Users List Subject: RE: international filenames inaccessible This has been discussed on tomcat-dev pretty thoroughly already. Tomcat 4.1.27 and earlier were hard coded to use UTF-8 for decoding URLs. This allowed

RE: international filenames inaccessible

2004-03-11 Thread Larry Isaacs
Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 1:23 PM To: Tomcat Users List Subject: RE: international filenames inaccessible This has been discussed on tomcat-dev pretty thoroughly already. Tomcat 4.1.27 and earlier were hard coded to use UTF-8