Hi
I am trying to output a PDF with a template of type servlet. I get the
"getWriter() has already been called for this response" Error when I
call response.getOutputStream(). I reduced the servlet to the bare
minimum.
public class TestServlet extends HttpServlet {
public void doGet(HttpServletRequest request, HttpServletResponse
response) throws IOException, ServletException {
response.getOutputStream();
}
}
This servlet does generate the error on 4.1, but it does not generate
an error on 3.6.5.
Any ideas?
Tobias
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------