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

--- Comment #5 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-02-02 
07:41:12 UTC ---
Are you running with a SecurityManager enabled?

Note, that
1. org.apache.catalina.util.CustomObjectInputStream.resolveClass(..)
does two attempts to load a class.

First with webapp classloader, then with some other classloader (see
ObjectInputStream.resolveClass(...),
ObjectInputStream.latestUserDefinedLoader()).

The exception that is logged comes from the second attempt.

2. webapp classloader throws ClassNotFoundException when
java.security.AccessControlException is encountered when loading a class

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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