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. 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 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 URLEncoder(filename, "UTF-8") > as per the standard at > http://www.w3.org/International/O-URL-> code.html. But the > broken servers return 404 when you try > to access international filenames like that. > > The code to interpret the encoding is provided on that w3.org > page. Why isn't it part of the server anymore? > > -Ed > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
