To disable HTTP-chunking in Tomcat 4 one could use allowChunking="false" in the Connector tag. However, Tomcat5 appears to no longer support this nor offer any replacement.
I am aware that this isn't a Tomcat discussion group, but I figure that quite a few developers might be using Tomcat (ie. JSPs, servlets) in their Voxeo applications so this would be of interest to them.
My research on the internet has failed to locate any method for instructing Tomcat5 to not send chunked HTTP. Has anyone found a way?
I've already seen this phenomenon cause an unexpected end of file compilation error in our voxeo application (fetching a document which was well formed on the webserver). So I know this isn't just an academic problem.
Anyone have any practical ideas on the subject? |