I am facing a problem when useing a filter.  The problem is that the 
"Transfer-Encoding" header does not appear to be getting set.  In this case the filter 
is doing some simple xsl transformations and passing on the results to the response's 
output stream.  Unfortunatly because the content is not being chunked by Tomcat the 
socket just sits there open.

I'm not sure how tomcat knows to chunk the data.  When working with an unfiltered jsp 
page the data gets chunked as expected.  Does the filter need to do anything to 
"chunk" the data?

Thanks,
Robert Petersen

Reply via email to