l, but it's enough for me to play around:
TC70x_1390896_compression_filter.patch
Description: Binary data
Your feedback is highly appreciated!Best regards,FlorianAm 30.09.2012 um 10:42 schrieb Konstantin Kolinko:2012/9/29 Florian Fray <f...@itcf.biz>:Dear TC Devs,while looking around in
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.
Though I could create a custom processor, I'd like to know whether there's
Hi Dimitri,
forget this one, I should read the postings completely before responding :-)
So Charly is completely right with his assumption.
Regards,
Florian
Florian Fray schrieb:
Hi Dimitri,
this is not a Tomcat bug, but look at the second "rs =
stmt.executeQuery();"
You closed
Hi Dimitri,
this is not a Tomcat bug, but look at the second "rs = stmt.executeQuery();"
You closed this "stmt" few lines before and I think you intended to call
"rs = stmt_jeucode.executeQuery();" instead.
Regards,
Florian
Dimitri Piriou schrieb:
Hello,
Sorry if I don't post at the righ
+2 ;)
>Tom Miller wrote:
>> If none of you volunteer I will have to post my need on the
>> list and keep bother you all until I get some solution (-:
>> (-:
>
>Or until I or one of the other list owners get fed up with your spam
>and unsubscribe you. "I'll keep hassling you until you help me" is
Hi Remy!
Ok, so I'll (try to) create the structure (not the one in this mail),
but how is it done in SVN ? Is it all simply folders without anything
special ?
A simple bunch of "svn mkdir" commands will do its job.
There's nothing special about it.
Regards
Florian
---
Hello,
I'm searching for a way to extend Tomcat and let him process some other
protocols instead of HTTP.
I want to use Tomcat for acting as an Open-Source streaming server.
The stream-controlling protocol(RTSP) makes extensive use of the
HTTP-specifications, so the idea was to just modify t