On 08/08/2011 15:07, Eugen Paraschiv wrote:
> I'm seeing some strange behavior with a RequestDispatcher forward in Tomcat.
> The the exact code doesn't generate the problem on Jetty, so it is probably
> related to the servlet implementation.
> 
> The problem is as follows: Spring does a forward on an existing
> request/response - at which point, the response has the http status code of
> 404; after the forward, the code is 500.
> 
> The actual logic happens in Spring (MVC), at: InternalResourceView -
> renderMergedOutputModel. The Spring code does mention that the forwarded
> resource is supposed to determine the content type itself, but nothing about
> the code being overridden as well.
> 
> I'm using Spring 3.0.5 on a JDK 6.0.26.
> 
> Any help on this is appreciated. Thanks.

Are there any errors in the logs?  Are the various log levels set
appropriately?

A 500 status often also produces a stack trace in the logs.  Does it in
this case?


p


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to