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=21611>.
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=21611

NullPointerException in CoyoteRequestFacade.getSession(

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2003-07-15 15:00 -------
This is a question, not a bug report.
At the end of the request processing, the facade is indeed cleared, and after
that point, you can't access it anymore. It should also be pointed out that the
request/response, and all the related objects provided by the container are
*not* thread safe (since the webapp is theorically not allowed to fork its own
threads, it is obviously not allowed to do concurrent operations on container
provided objects).
If you'd like to reopen this report, you have to provide a legitimate use
scenario (with a test case) where this problem occurs.

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

Reply via email to