> From: Anthony Brew [mailto:atb...@gmail.com]
> Subject: Re: CGIServlet followed by a Filter that modifies the response
>
> > Unfortunately I am coming across the following:
> >
> > java.lang.IllegalStateException: getWriter() has already
> > been called for thi
> I had hoped to use a CGIServlet to do some stuff for me and then modify the
> response on the fly on the way back with a
>
> like this:
>
>
> mod
> com.util.web.PageFilter
>
>
>
> mod
> cgi
>
>
> cgi
>
> org.apache.catalina.servlets.CG