RE: CGIServlet followed by a Filter that modifies the response

2010-07-26 Thread Caldarale, Charles R
> 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

Re: CGIServlet followed by a Filter that modifies the response

2010-07-25 Thread Anthony Brew
> 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