Re: CompressionFilter problem in Catalina

2001-08-21 Thread Amy Roh
CompressionFilter works fine for me using the below config even serving static files. I can get /examples/jsp/index.html without any problem using CompressionFilter. Compression Filter /*.html Amy Mickael Guessant wrote: > Hi all, > > The compression filter in tomcat 4b7 see

CompressionFilter problem in Catalina

2001-08-21 Thread Mickael Guessant
Hi all, The compression filter in tomcat 4b7 seems to work fine when using it against a simple servlet output, but I had some difficulties to make it work with static files (served by the DefaultServlet) and Jsps. In order to reproduce the problem, simply add the following filter mapping