Hi Craig,
> For POST requests, the request parameters will be parsed in
> the character encoding specified by the browser (as part of
> the content type header). If they did not, a new feature
> in Servlet 2.3 lets you call request.setCharacterEncoding()
> before trying to read any request parameters, if the app
> knows what character encoding was used.
I personally have never seen any browser specifing a character encoding
while POSTing FORM data. In general it seems to use the encoding of the page
containing the form to encode the POST data but if the user chooses to
change that it never tells the server in the POST request.
Am I missing something?
Cheers
Christian
--
Christian Mallwitz INTERSHOP Communications Germany
Senior Software Engineer phone: +49 3641 50 3453