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

international filenames inaccessible

2004-03-11 Thread Edward Toro
Does anyone know if Tomcat 5 is supposed to serve files with international characters in their filenames? It used to work in Tomcat 4.1.24, but stopped working in 4.1.30 and doesn't work in 5.0.19. In all the versions of Tomcat I've seen, the international characters are converted using

RE: international filenames inaccessible

2004-03-11 Thread Larry Isaacs
. Cheers, Larry -Original Message- From: Edward Toro [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 11:10 AM To: Tomcat Users List Subject: international filenames inaccessible Does anyone know if Tomcat 5 is supposed to serve files with international characters

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
, but it might work. Cheers, Larry -Original Message- From: Edward Toro [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 11:10 AM To: Tomcat Users List Subject: international filenames inaccessible Does anyone know if Tomcat 5 is supposed to serve files with international

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

Tomcat 5.0.19 international filenames inaccessible

2004-03-10 Thread Edward Toro
Short version: Does Tomcat 5 no longer serve files with international characters in their filenames? Long version: Environment: Tomcat 5.1.19 on WinXP Pro I have a file located in: tomcat-home/webapps/MyWebApp/. The filename contains international characters: 0x305f 0x3079 0x304f (a.k.a

RE: Tomcat 5.0.19 international filenames inaccessible

2004-03-10 Thread Yansheng Lin
: Wednesday, March 10, 2004 1:38 PM To: Tomcat Users List Subject: Tomcat 5.0.19 international filenames inaccessible Short version: Does Tomcat 5 no longer serve files with international characters in their filenames? Long version: Environment: Tomcat 5.1.19 on WinXP Pro I have a file located

RE: Tomcat 5.0.19 international filenames inaccessible

2004-03-10 Thread Edward Toro
PROTECTED] Sent: Wednesday, March 10, 2004 4:00 PM To: 'Tomcat Users List' Subject: RE: Tomcat 5.0.19 international filenames inaccessible Hi, I got the same error when I tried to view http://localhost:8080/j2e/jsp/%E5%AE%9B%E5%90%8D.jsp;. And I've been researching on this for a few days now