Hello,

Is it possible to unset the character encoding for some requests.
I call setCharacterEncoding("windows-1252") for every request in a filter.
But now my image/jpeg servlets add charset to the content-type.
If I now call setCharacterEncoding(null) in my image-servlet it doesn't unset the 
charset.

How can I do this?

Ronald.

PS: I know it is not necessary, because the browser will ignore this parameter to content-type, but is just saves those extra bytes. :-)

Reply via email to