RE: svn commit: r1305931 - in /tomcat/trunk/modules/jdbc-pool: doc/ src/main/java/org/apache/tomcat/jdbc/pool/ src/main/java/org/apache/tomcat/jdbc/pool/jmx/

2012-03-28 Thread Filip Hanik (mailing lists)
> If InterruptedException was thrown by JRE it alone means that > interrupted flag has been cleared. So Thread.interrupted() call is a > NOOP. > > (Effectively the interruption state means "to interrupt the next > wait() etc. call immediately when they are called". When the actual > interruption

Re: svn commit: r1305931 - in /tomcat/trunk/modules/jdbc-pool: doc/ src/main/java/org/apache/tomcat/jdbc/pool/ src/main/java/org/apache/tomcat/jdbc/pool/jmx/

2012-03-28 Thread Konstantin Kolinko
2012/3/27 : > Author: fhanik > Date: Tue Mar 27 17:55:41 2012 > New Revision: 1305931 > > URL: http://svn.apache.org/viewvc?rev=1305931&view=rev > Log: > https://issues.apache.org/bugzilla/show_bug.cgi?id=52066 > Add in a configuration attribute to allow a thread interrupt state to be > retained