Just a guess (Haven't worked with filters by now):

You set the contenttype of the response ofter the doFilter().

If the doFilter() creates some output to the output stream
it might be flushed before you set the content type. Once
a flush() happened on the output stream any call of
response.set*() won't have an effect.

To verify my guess you can either set the content type
before doFilter() or increase the buffer size.

> -----Urspr�ngliche Nachricht-----
> Von: Wolfram Laube [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 14. Februar 2002 12:58
> An: [EMAIL PROTECTED]; Wolfram Laube
> Betreff: Problem porting webapp from Orion / Resin to Tomcat 4.0.1

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to