You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Greg Murray <gr...@sun.com> on 2002/11/01 22:33:49 UTC

[Patch][jakarta-tomcat-catalina] ErrorDispatcherValue.java

This patch fixes support for changes made between the public draft and 
public final draft for Filter support in Servlet 2.4.

Errors that were generated by a throwable in the ErrorDispatcherValue 
had filters applied properly but those coming from a setStatus (called 
from within a servlet) are not having filters applied as specfied in the 
Servlet specification (See SRV.6.2.5 for details).


This patch fixes compliance with the specification.

The file that needs to be updated is:

/home/cvspublic/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/ErrorDispatcherValve.java 


The changes are minimal for this fix. Let me know if this is a problem

Greg Murray