The Web-server of TomCat does not appear to be able to resolve URLs that contain non-ASCII characters (e.g. Japanese language) correctly for all cases. We have a Win'2000 (Japanese OS) machine on which TomCat 4 is installed.
If some URL contains Japanese characters like : http://localhost:8080/myapp/servlet/myservlet?name=<myname> Here if myname is a Japanese string, it works fine because within the servlet myservlet, we have set the encoding type to SHIFT_JIS before reading the request parameters (a feature of Servlet 2.3 API) But for a URL like : http://localhost:8080/myapp/<myname>.gif this does not work if myname is a Japanese string and the server responds with a 'resource not found' error. So is this a bug in TomCat or is there any solution we can implement for this ? _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>