Re: svn commit: r1725706 - /tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java

2016-01-20 Thread Mark Thomas
On 20/01/2016 16:07, Mark Thomas wrote: > On 20/01/2016 12:56, Konstantin Kolinko wrote: >> 2016-01-20 15:21 GMT+03:00 : >>> 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

Re: svn commit: r1725706 - /tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java

2016-01-20 Thread Mark Thomas
On 20/01/2016 12:56, Konstantin Kolinko wrote: > 2016-01-20 15:21 GMT+03:00 : >> 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

Re: svn commit: r1725706 - /tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java

2016-01-20 Thread Konstantin Kolinko
2016-01-20 15:21 GMT+03:00 : > 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. > > Mo

svn commit: r1725706 - /tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java

2016-01-20 Thread markt
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/catalin