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 this response Since the CGI servlet uses

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: filter filter-namemod/filter-name filter-classcom.util.web.PageFilter/filter-class /filter filter-mapping