Author: fhanik
Date: Wed Mar 28 15:27:26 2012
New Revision: 1306413

URL: http://svn.apache.org/viewvc?rev=1306413&view=rev
Log:
Since the method that gets interrupted does something like
        if (Thread.interrupted())
            throw new InterruptedException();
The flag is actually cleared by the method itself. If we wish to propagate the 
interrupt we have to set the flag again


Modified:
    tomcat/tc7.0.x/trunk/modules/   (props changed)

Propchange: tomcat/tc7.0.x/trunk/modules/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Wed Mar 28 15:27:26 2012
@@ -1 +1 @@
-^/tomcat/trunk/modules/jdbc-pool@1305966 jdbc-pool
+^/tomcat/trunk/modules/jdbc-pool@1306410 jdbc-pool



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

Reply via email to