Re: Servlet & Filter

On Mon, 22 Mar 2004, Red K wrote:

>
> Dear all:
>
> I tried to add one response filter for a servlet,
> however, it doesn't work.
> I add one Header filter to the Helloworld servlet. And
> configure the filter to add additional header. But
> there is not additional header in the response message
> when I check it.
> Does Jigsaw support adding filter for servlet object
> now?

It does but it depends on which version you are using.
In 2.0 serie (and 2.1), the servlet stream was using the socket one
directly, and starting with 2.2.0, it reused the "usual" Jigsaw handling
of streams and filters.
Thanks,

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Monday, 22 March 2004 04:59:47 UTC