You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tony Dawber <to...@tdawber.abelgratis.net> on 2002/06/09 14:52:17 UTC

Locale Problem Using IIS 5.0 and isapi_redirector

When a request for a servlet or JSP is redirected via IIS the locale within
the request is changed.

For example, I have set my browser to use Dutch Language if I run the
Snoop servlet with the following url

http://localhost:8080/examples/servlet/snoop

the locale is reported as 'nl'

If I then run the servlet via IIS

http://localhost/examples/servlet/snoop

the locale is reported as 'en_GB'

Is there any way of maintaining the original request locale.

Regards Tony