Re: Range request header (and related headers) behaviour

2007-12-13 Thread Tim Funk
The default servlet knows how to handle ranges. JSP's and servlets on their own do not understand ranges. (Because typically custom code is written and out.println() is called). The reason the default servlet can handle ranges is because the content is static. The size of the resource is know

Range request header (and related headers) behaviour

2007-12-13 Thread James Abley
Hi, I'm starting to see more clients making Range requests (iPhone among them) and I'm trying to understand how much work I have to do to support the correct behaviour. I've been investigating Tomcat support for this (although my application will be deployed in different servlet containers; defin