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]

Reply via email to