Re: Missing Context error text

2008-05-12 Thread Mark Thomas
Eric Dalquist wrote: Is this behavior, writing to the underlying response object, dictated by the spec? Is this required of Tomcat versus writing to the PrintWriter provided by the response wrapper. Not that I can see in the spec. Also, my quick test shows that the DefaultServlet (which creat

Missing Context error text

2008-05-12 Thread Eric Dalquist
Is it expected that when attempting a cross-context dispatch to a missing context that error text is written to the PrintWriter of the underlying HttpServletResponse? I wrap the response before the dispatch with an extension of HttpServletResponseWrapper which redirects all content (PrintWrite