2016-01-20 15:21 GMT+03:00  <ma...@apache.org>:
> Author: markt
> Date: Wed Jan 20 12:21:26 2016
> New Revision: 1725706
>
> URL: http://svn.apache.org/viewvc?rev=1725706&view=rev
> Log:
> Don't need to bind the thread when saving sessions. Classes already have
> the necessary reference to their class loader.
>
> Modified:
>     tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java

-1.  You must set Thread Context ClassLoader when calling application code.

An application class can have custom implementation of
serialization/externalization. It can perform logging.  TCCL is needed
for that.


Best regards,
Konstantin Kolinko

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

Reply via email to