You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Attila Szegedi <sz...@freemail.hu> on 2002/02/14 11:45:29 UTC

"Standard" filter implementations

People,

does anyone know if there are "standard" (open source, of course)
implementations of a caching filter (one that would perform content-caching
on the server side) and a compression filter (one that would at least
implement gzip and deflate transfer encodings  - since these algorithms are
readily available in Java). These filters have very common usage, and I'd be
surprised if no one actually took a stab at them already.

--
Attila Szegedi
home: http://www.szegedi.org



Re: "Standard" filter implementations

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 14 Feb 2002, Attila Szegedi wrote:

> Date: Thu, 14 Feb 2002 11:45:29 +0100
> From: Attila Szegedi <sz...@freemail.hu>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>
> To: Tomcat Users List <to...@jakarta.apache.org>
> Subject: "Standard" filter implementations
>
> People,
>
> does anyone know if there are "standard" (open source, of course)
> implementations of a caching filter (one that would perform content-caching
> on the server side) and a compression filter (one that would at least
> implement gzip and deflate transfer encodings  - since these algorithms are
> readily available in Java). These filters have very common usage, and I'd be
> surprised if no one actually took a stab at them already.
>

There is a just-barely-started effort within the Jakarta Commons project
to create a package of nice, reusable, Filters.  Caching is one of the use
cases (and it will need more than one implementation, because different
applications will have different requirements), but no code has been
submitted yet.

This will be discussed on the COMMONS-DEV mailing list -- see
<http://jakarta.apache.org/site/mail.html> for subscription information.

For compression, there's an output filter that does this for you included
in the example app of Tomcat 4.  You can rip it out and use it in your own
applications as well.  (Yes, this is going to be contributed to the
Commons package once it's up and running :-).

> --
> Attila Szegedi
> home: http://www.szegedi.org
>

Craig McClanahan


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>