Re: Custom compression filters

2012-09-30 Thread Konstantin Kolinko
2012/9/30 Florian Fray : > Thanks for your reply, Konstantin and Jess. > The main reason for adding this feature to the Container is the same as for > all features provided by a Container: > My applications should not deal with these details. > > Currently I'm looking at adding Googles Snappy to so

Re: Custom compression filters

2012-09-30 Thread Florian Fray
Thanks for your reply, Konstantin and Jess.The main reason for adding this feature to the Container is the same as for all features provided by a Container:My applications should not deal with these details.Currently I'm looking at adding Googles Snappy to some servers.I could add filters to my app

Re: Custom compression filters

2012-09-30 Thread Konstantin Kolinko
2012/9/29 Florian Fray : > Dear TC Devs, > > while looking around in TC 7 I've found no possibility to plug-in a custom > compression filter. > > So I've had a quick look at the code to find out that the gzip-handling is > coded into AbstractHttp11Processor. Only HTTP protocol management is perf

Re: Custom compression filters

2012-09-29 Thread Jess Holle
It is quite possible to write a custom compression filter as a servlet filter that will work across multiple servlet engines. On 9/29/2012 12:33 PM, Florian Fray wrote: Dear TC Devs, while looking around in TC 7 I've found no possibility to plug-in a custom compression filter. So I've had a