https://issues.apache.org/bugzilla/show_bug.cgi?id=56989

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Please provide a small sample web application that would reproduce the
behaviour that you are observing on a clean Tomcat installation,  so that
another person could reproduce and debug the issue.

Remember that Bugzilla is not a support forum. If you need help, you would
better ask on the users mailing list. Its audience is wider and it is more
likely to find people familiar with your configuration.


Even if both war1 and war2 create a ThreadLocal, they are different thread
locals. As far as I know, when ThreadLocals are stored in a Thread, they are
keyed by Class instance.

As war1 and war2 have different class instances, those are different
ThreadLocals, and cannot interfere with each other, nor can they store a class
loaded from different web application (it cannot be class-casted to
SecurityContext interface loaded from different web application).

> the above code will fail

The word "fail" can mean a lot of different things. What is the actual
behaviour that is observed? (The actual messages, stack traces etc.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to