Re: How does Tomcat and/or servlets handle HTTP chunked reads?

2002-09-02 Thread Joe Schiavone
Saw your post on tomcat list. Im gettin ready to do similiar activity. I wanna do imagemaping, some of which include pdf files. Im using Tomcat 4.1.7 standalone - no apache httpd. I had some pages that used imagemaps and found that they dont seem to work with the coyote http in Standalone

How does Tomcat and/or servlets handle HTTP chunked reads?

2002-08-26 Thread Will Hartung
I'm just curious how Tomcat handles HTTP requests that only want a portion of the content. I'm specifically interested in things like PDF files, which is the most common client of chunked data. I suppose its solely up to the Servlet to figure out that the request wants a chunk of data (from the