Re: Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-15 Thread Konstantin Kolinko
2013/10/13 Mark Thomas ma...@apache.org: On 13/10/2013 14:11, Konstantin Kolinko wrote: snip/ URL: http://svn.apache.org/r1531115 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54095 Add support to the Default Servlet for serving gzipped versions of static resources directly

Re: Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-15 Thread Mark Thomas
I'm convinced. Default changed. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-15 Thread Christopher Schultz
Konstantin, On 10/15/13 7:15 AM, Konstantin Kolinko wrote: 2013/10/13 Mark Thomas ma...@apache.org: On 13/10/2013 14:11, Konstantin Kolinko wrote: snip/ URL: http://svn.apache.org/r1531115 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54095 Add support to the Default

Re: Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-15 Thread Rainer Jung
On 15.10.2013 18:43, Christopher Schultz wrote: It's also worth pointing out that what has been implemented for Tomcat is a serious pain in the neck to do in httpd. Basically, to get it to work as expected in httpd, you need several animal sacrifices and a fair amount of arcane words to get

Re: Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-14 Thread Remy Maucherat
On Sun, 2013-10-13 at 16:03 +0100, Mark Thomas wrote: I disagree since: - this is only in 8.0.x and we haven't had a stable release yet. - the user has to create the gzip'd version which is unlikely to exist be default before this feature does anything I also think it should be disabled by

Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-13 Thread Konstantin Kolinko
Hi! Regarding this commit: 2013/10/11 ma...@apache.org: Author: markt Date: Thu Oct 10 21:24:59 2013 New Revision: 1531115 URL: http://svn.apache.org/r1531115 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54095 Add support to the Default Servlet for serving gzipped versions

Re: Serving gz files in DefaultServlet (Re: r1531115, BZ 54095)

2013-10-13 Thread Mark Thomas
On 13/10/2013 14:11, Konstantin Kolinko wrote: snip/ URL: http://svn.apache.org/r1531115 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54095 Add support to the Default Servlet for serving gzipped versions of static resources directly from disk as an alternative to Tomcat