Re: setCharacterEncoding() für POST-data i n JSP

2006-02-22 Thread Sven Köhler
> 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. -

Re: setCharacterEncoding() für POST-data i n JSP

2006-02-22 Thread Sven Köhler
>> 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

Re: setCharacterEncoding() für POST-data i n JSP

2006-02-22 Thread Mark Thomas
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