> But there is something i should first look at before i further complain:
> some ServletFilters. Maybe one called getParameter() which could be the
> cause.
Yes, one of the servletfilters calls getParameter() on the request.
Sorry for taking your time.
-
>> The above JSP-page will not work properly. The POST-data is decoded with
>> ISO-8859-1 instead of UTF-8 in Tomcat 5.5.
> Works for me using the latest 5.5 from svn.
interesting! (and at least, there's some hope for me :-) )
> It would be a bug but since it is working for me it looks like a
> c
Sven Köhler wrote:
> The above JSP-page will not work properly. The POST-data is decoded with
> ISO-8859-1 instead of UTF-8 in Tomcat 5.5.
Works for me using the latest 5.5 from svn.
It would be a bug but since it is working for me it looks like a
configuration issue on your system.
What Tomcat v