svn commit: r950137 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/ webapps/examples/WEB-INF/classes/chat/ webapps/examples/jsp/chat/

2010-06-01 Thread kkolinko
Author: kkolinko Date: Tue Jun 1 16:05:20 2010 New Revision: 950137 URL: http://svn.apache.org/viewvc?rev=950137&view=rev Log: Improve the ChatServlet comet example and fix some issues there It is merge of r935105 from trunk. Added: tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/index.jsp

svn commit: r950142 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/tomcat/util/buf/ webapps/docs/

2010-06-01 Thread kkolinko
Author: kkolinko Date: Tue Jun 1 16:16:34 2010 New Revision: 950142 URL: http://svn.apache.org/viewvc?rev=950142&view=rev Log: Code cleanup in o.a.t.util.buf classes It is port of r481614 from tc5.5.x Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/tomcat/u

svn commit: r950164 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContext.java java/org/apache/catalina/loader/WebappClassLoader.java java/org/apache/catalina/loader/WebappLoader.java weba

2010-06-01 Thread markt
Author: markt Date: Tue Jun 1 16:59:14 2010 New Revision: 950164 URL: http://svn.apache.org/viewvc?rev=950164&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 Make stopping of TimerThreads optional and disabled by default Modified: tomcat/trunk/java/org/apache/catal

svn commit: r950166 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-06-01 Thread markt
Author: markt Date: Tue Jun 1 17:01:28 2010 New Revision: 950166 URL: http://svn.apache.org/viewvc?rev=950166&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=950

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #9 from Mark Thomas 2010-06-01 13:01:45 EDT --- This has been fixed in trunk and proposed for 6.0.x. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #10 from Mark Thomas 2010-06-01 15:15:00 EDT --- Note I have fixed the DBCP issue in commons pool. The fix will be in pool 1.5.5 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

DO NOT REPLY [Bug 48971] memory leak protection : stopping TimeThreads should be optional and disabled by default

2010-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48971 --- Comment #11 from sylvain.laur...@gmail.com 2010-06-01 17:05:31 EDT --- reference to the commons-pool issue : https://issues.apache.org/jira/browse/POOL-161 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=emai

DO NOT REPLY [Bug 48933] Client certificate gone after 1 minute timeout (SSL, APR)

2010-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Weekly Bugzilla e-mails are missing on dev@

2010-06-01 Thread Konstantin Kolinko
Hi! I just noticed that dev@ no more receives those weekly "Bug report" emails from Bugzilla. The last ones that I saw were on 2010-04-11, http://marc.info/?t=12710273891&r=1&w=2 Best regards, Konstantin Kolinko - To unsubs

svn commit: r950341 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/JIoEndpoint.java java/org/apache/tomcat/util/net/NioEndpoint

2010-06-01 Thread kkolinko
Author: kkolinko Date: Wed Jun 2 02:39:54 2010 New Revision: 950341 URL: http://svn.apache.org/viewvc?rev=950341&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 Prevent possible deadlock for worker allocation in NIO/BIO/APR connectors, caused by missing Object.notify()

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-06-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|