I have a web application which does a RequestDispatcher.include()
to a JSP from a second web application in the same Tomcat server.
This works file.

I modified the second application so that the files are served up
by the WebDAV servlet.  However this throws an error in
DefaultServlet.serveResource() when it tries to getOutputStream()
since the response is already committed.

There seems to be code in DefaultServlet to handle the include
case in certain places (e.g., getRelativePath()), so it seems like
it is expecting to the .include() case.

Is this a bug in DefaultServlet.serveResource() or what?

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to