DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12601>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12601

Listener Exception does not cause server error

           Summary: Listener Exception does not cause server error
           Product: Tomcat 5
           Version: Unknown
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In the application, if there is a exception thrown from method (e.g. session 
time out)
 public void sessionDestroyed(HttpSessionEvent event) 

Then the server does not give 500 error for the further request to the 
application.

According to servlet 2.4 spec, SRV 10.6. , "The container may respond to all 
subseuent requests to the web applicaiton with an HTTP status code 500 to 
indicate the applicaiton error"

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

Reply via email to