You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/27 22:26:47 UTC

DO NOT REPLY [Bug 12098] - Session manager and context class loader

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

Session manager and context class loader

peter.brant@courts.state.wi.us changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Session manager and context |Session manager and context
                   |class loader                |class loader



------- Additional Comments From peter.brant@courts.state.wi.us  2002-08-27 20:26 -------
Put more succintly in the start() method of the session manager implementation:

In 4.0.3:
Thread.currentThread().getContextClassLoader() is a WebappClassLoader

In 4.1.9
Thread.currentThread().getContextClassLoader() is a StandardClassLoader

Was this an intentional change?  Easily worked around though.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>