[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-09-26 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community integration.

[Bug 53199] Refactor ConnectionPool to use ScheduledExecutorService instead of TimerTask

2012-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53199 --- Comment #2 from Patric Rufflar --- I just want to add that the current (TimerTask) implementation seems to have a bug which causes that the PoolCleaner Thread will not be terminated/canceled in some cases. I am currently unable to repro

svn commit: r1390460 - /tomcat/trunk/java/org/apache/tomcat/util/collections/SynchronizedStack.java

2012-09-26 Thread markt
Author: markt Date: Wed Sep 26 13:17:46 2012 New Revision: 1390460 URL: http://svn.apache.org/viewvc?rev=1390460&view=rev Log: Better comment Modified: tomcat/trunk/java/org/apache/tomcat/util/collections/SynchronizedStack.java Modified: tomcat/trunk/java/org/apache/tomcat/util/collections/

svn commit: r1390484 - /tomcat/trunk/test/org/apache/tomcat/util/collections/TesterPerformanceSynchronizedStack.java

2012-09-26 Thread markt
Author: markt Date: Wed Sep 26 13:42:54 2012 New Revision: 1390484 URL: http://svn.apache.org/viewvc?rev=1390484&view=rev Log: Additional name changes Modified: tomcat/trunk/test/org/apache/tomcat/util/collections/TesterPerformanceSynchronizedStack.java Modified: tomcat/trunk/test/org/apac

svn commit: r1390486 - /tomcat/trunk/test/org/apache/tomcat/util/collections/TesterPerformanceSynchronizedStack.java

2012-09-26 Thread markt
Author: markt Date: Wed Sep 26 13:47:08 2012 New Revision: 1390486 URL: http://svn.apache.org/viewvc?rev=1390486&view=rev Log: Lower thread count by default Modified: tomcat/trunk/test/org/apache/tomcat/util/collections/TesterPerformanceSynchronizedStack.java Modified: tomcat/trunk/test/or

FormAuthenticatorTest for cases without cookies - implementation issues

2012-09-26 Thread Brian Burch
Thanks for all the help while I was developing the new test case for https://issues.apache.org/bugzilla/show_bug.cgi?id=53584. The thread on the users mailing list is called "AuthenticatorBase setChangeSessionIdOnAuthentication without cookies". I now have two new test cases working successful

[Tomcat Wiki] Update of "LocalBadContent" by KonstantinKolinko

2012-09-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "LocalBadContent" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=56&rev2=57 mamaiacazare masterjin\.com mathsolutio

[Bug 53936] New: Minimize classloader leaks from stacktrace elements in long-lived Exceptions

2012-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53936 Priority: P2 Bug ID: 53936 Assignee: dev@tomcat.apache.org Summary: Minimize classloader leaks from stacktrace elements in long-lived Exceptions Severity: enhancement

[Bug 53936] Minimize classloader leaks from stacktrace elements in long-lived Exceptions

2012-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53936 --- Comment #1 from Timo Kinnunen --- Created attachment 29421 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29421&action=edit Cleaning Exception stacktrace by carefully calling fillInStackTrace -- You are receiving this mail

[Bug 45392] No OCSP support for client SSL verification

2012-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45392 --- Comment #12 from Aristotelis --- Since this feature has been added to apache tomcat 1.1.23 shouldn't this bug be closed?? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 53937] New: Double call to apr_pool_destroy() if OCSP checking is enabled and OCSP server is unreachable leads to crash

2012-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53937 Priority: P2 Bug ID: 53937 Assignee: dev@tomcat.apache.org Summary: Double call to apr_pool_destroy() if OCSP checking is enabled and OCSP server is unreachable leads to crash

svn commit: r1390599 - in /tomcat/trunk: java/org/apache/tomcat/util/collections/SynchronizedQueue.java test/org/apache/tomcat/util/collections/TestSynchronizedQueue.java test/org/apache/tomcat/util/c

2012-09-26 Thread markt
Author: markt Date: Wed Sep 26 16:55:56 2012 New Revision: 1390599 URL: http://svn.apache.org/viewvc?rev=1390599&view=rev Log: A slightly different alternative to ConcurrentLinkedQueue. This one is also largely GC free and has similar performance to the Stack version. Added: tomcat/trunk/jav

[Tomcat Wiki] Update of "PoweredBy" by PredictiveDialer

2012-09-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by PredictiveDialer: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=441&rev2=442 [[http://www.acugis.com/|AcuGIS]] Tomcat hosting

[Bug 53938] New: Silent Install

2012-09-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53938 Priority: P2 Bug ID: 53938 Assignee: dev@tomcat.apache.org Summary: Silent Install Severity: normal Classification: Unclassified Reporter: j...@bolioshot.com Hardwa

svn commit: r1390714 - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/ tomcat/util/collections/ tomcat/util/net/

2012-09-26 Thread markt
Author: markt Date: Wed Sep 26 20:09:35 2012 New Revision: 1390714 URL: http://svn.apache.org/viewvc?rev=1390714&view=rev Log: Switch to SynchronizedQueue for the event queues Switch to SynchronizedStack for the Processor cache These changes together reduce object allocation during my load test by

svn commit: r1390717 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java

2012-09-26 Thread markt
Author: markt Date: Wed Sep 26 20:31:11 2012 New Revision: 1390717 URL: http://svn.apache.org/viewvc?rev=1390717&view=rev Log: No need to create runnable and wake up the selector if it isn't going to do anything. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java

svn commit: r1390718 [2/2] - in /tomcat/sandbox/trunk-resources: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/valves/ java/org/apache/coyote/ java/org

2012-09-26 Thread markt
Modified: tomcat/sandbox/trunk-resources/java/org/apache/tomcat/util/buf/B2CConverter.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-resources/java/org/apache/tomcat/util/buf/B2CConverter.java?rev=1390718&r1=1390717&r2=1390718&view=diff ===

Re: Resources - Is DirContext the right basis for the API?

2012-09-26 Thread Mark Thomas
On 19/09/2012 20:46, Mark Thomas wrote: > On 09/09/2012 19:50, Mark Thomas wrote: >> This is part of issue b) in Konstantin's comments in TOMCAT-NEXT.txt >> >> Konstantin has accurately summed up the issues with basing the API on >> DirContext as: >> - Unnecessary objects, e.g. NamingException

svn commit: r1390733 - in /tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources: Cache.java CachedResource.java StandardRoot.java

2012-09-26 Thread markt
Author: markt Date: Wed Sep 26 21:29:22 2012 New Revision: 1390733 URL: http://svn.apache.org/viewvc?rev=1390733&view=rev Log: Add the initial Cache implementation. Validation of individual resources against a TTL is implemented but there are several configuration and cache cleaning TODOs. Adde