Tomcat 7 servlet library

2012-12-10 Thread Eugen Paraschiv
n the implementation of the spec and the contract? More to the point - is there a way Tomcat could use a standard version of the servlet jar (for which it has it's own internal implementation)? Thanks. Eugen. -- Eugen Paraschiv Senior Java Programmer, Optaros Mobile: +40728896170 Blog: www.baeldung.c

Tomcat 7.0.19 overrides the http status code on forward

2011-08-08 Thread Eugen Paraschiv
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 res