svn commit: r1044746 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-12-11 Thread slaurent
Author: slaurent Date: Sun Dec 12 00:10:39 2010 New Revision: 1044746 URL: http://svn.apache.org/viewvc?rev=1044746view=rev Log: bug 50459: StandardContext.bindThread() and unbindThread() are not symmetrical and not limited to current thread

Re: svn commit: r1044746 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-12-11 Thread Mark Thomas
On 12/12/2010 00:10, slaur...@apache.org wrote: Author: slaurent Date: Sun Dec 12 00:10:39 2010 New Revision: 1044746 @@ -4862,10 +4862,10 @@ public class StandardContext extends Con if ((loader != null) (loader instanceof Lifecycle)) ((Lifecycle)

Re: svn commit: r1044746 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-12-11 Thread Sylvain Laurent
oops, I just forgot a dot and a new line... fixed in rev 1044747. On 12 déc. 2010, at 01:13, Mark Thomas wrote: On 12/12/2010 00:10, slaur...@apache.org wrote: Author: slaurent Date: Sun Dec 12 00:10:39 2010 New Revision: 1044746 @@ -4862,10 +4862,10 @@ public class StandardContext