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

Reply via email to