Hí techies!

I'm having problems adding the tomcat compression Filter version 4.0.3 to my webapp.

Some characters (like euro symbol ) that are printed in my jsp page with a method 
which return a field of a MSSQLServer table, are printed with the '?' symbol.

I've modified the CompressionFilter.java servlet and modified the code.
Before the call of doFilter method I set the request to my encoding:
    request.setCharacterEncoding("iso-8859-1");
    chain.doFilter(request, response);

But this also does not work.

Any solution or idea ?



Sorry for my English.
Thanks, Sergio

Reply via email to