https://bz.apache.org/bugzilla/show_bug.cgi?id=60385

Remy Maucherat <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #2 from Remy Maucherat <[email protected]> ---
You're pretending to rely on behaviors that were never specified.

requestInitialized: Receives notification that a ServletRequest is about to
come into scope of the web application.
requestDestroyed: Receives notification that a ServletRequest is about to go
out of scope of the web application.

If there's an exception in requestInitialized, it probably doesn't come into
scope as per the javadoc language, so that's probably why Tomcat implemented it
this way originally. BTW, other servers do it like that as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to