Looking for simple file servlet with etag, range and if-range support

2006-04-13 Thread Duncan McGregor
. Does anyone know of a nice file servlet implementation? Thanks in anticipation. Duncan McGregor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Looking for simple file servlet with etag, range and if-range support

2006-04-13 Thread Duncan McGregor
of webapps. Just use context.xml-Configuration: http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html --A word on Contexts R. Am Donnerstag, 13. April 2006 11:55 schrieb Duncan McGregor: Hi I need to serve content from directories other than webapps, but need to support resumable

If-Range bug in DefaultServlet?

2006-04-04 Thread Duncan McGregor
in anticipation Duncan McGregor The following testcase shows the current behaviour: import java.io.IOException; import junit.framework.TestCase; import org.apache.commons.httpclient.Header; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.HttpException; import