Deprecation of SSLCertificateChainFile

2014-08-08 Thread Matt Hauck
I have noticed that as of apache httpd version 2.4.8, mod_ssl has deprecated SSLCertificateChainFile and has extended SSLCertificateFile to serve the same purpose by allowing the specification of the entire certificate chain, including the server certificate up to the root. This is easier to

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2014-08-08 Thread Bill Barker
-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140808.jar:/srv/gump/public/workspace

[Bug 53088] Give PoolCleaner TimerTask a better name

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53088 --- Comment #6 from Michael Osipov 1983-01...@gmx.net --- Finally, thanks! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #18 from Michael Osipov 1983-01...@gmx.net --- The revision links to Apache Directory -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56828] New: Cluster setup stopped working after 3 months in production

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 Bug ID: 56828 Summary: Cluster setup stopped working after 3 months in production Product: Tomcat 6 Version: 6.0.39 Hardware: Other OS: Linux

[Bug 56828] Cluster setup stopped working after 3 months in production

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 KS krishna.saran...@gmail.com changed: What|Removed |Added CC|

[Bug 56829] New: do not override _RUNJAVA and _RUNJDB environment variables if already defined

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Bug ID: 56829 Summary: do not override _RUNJAVA and _RUNJDB environment variables if already defined Product: Tomcat 6 Version: 6.0.41 Hardware: All

[Bug 53770] tomcat-pool: always log validation query syntax errors

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53770 --- Comment #2 from Christopher Schultz ch...@christopherschultz.net --- Filip: how about a configuration property (or probably a separate interceptor) that can be configured with a list of local SQL error codes to treat as certain types of

[Bug 54227] maxAge should be checked on borrow

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54227 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

svn commit: r1616739 - /tomcat/trunk/webapps/docs/changelog.xml

2014-08-08 Thread remm
Author: remm Date: Fri Aug 8 13:07:02 2014 New Revision: 1616739 URL: http://svn.apache.org/r1616739 Log: Checking changes ... Remove the system property for ciphers from the changelog as well. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1616759 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:02:40 2014 New Revision: 1616759 URL: http://svn.apache.org/r1616759 Log: Fix possible NPE highlighted by Eclipse Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java Modified:

svn commit: r1616760 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/ test/java/org/apache/tomcat/jdbc/pool/ test/java/org/apache/tomcat/jdbc/test/

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:02:54 2014 New Revision: 1616760 URL: http://svn.apache.org/r1616760 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54227 Proper fix for max age evaluation at time of borrow. It should be done during borrow, not during setup. Setup does not perform

[Bug 54227] maxAge should be checked on borrow

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54227 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1616761 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:04:26 2014 New Revision: 1616761 URL: http://svn.apache.org/r1616761 Log: Fix typo that meant logSlow was not read Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified:

svn commit: r1616762 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:06:21 2014 New Revision: 1616762 URL: http://svn.apache.org/r1616762 Log: Add missing deprecation annotation Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java Modified:

svn commit: r1616763 - in /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc: naming/GenericNamingResourcesFactory.java pool/ConnectionPool.java pool/PoolProperties.java pool/interce

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:06:31 2014 New Revision: 1616763 URL: http://svn.apache.org/r1616763 Log: Whitespace police Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/naming/GenericNamingResourcesFactory.java

svn commit: r1616764 - in /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc: bugs/ pool/ test/

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:10:18 2014 New Revision: 1616764 URL: http://svn.apache.org/r1616764 Log: Fix Checkstyle IDE warnings. Mostly import use/order. Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/bugs/Bug54225.java

svn commit: r1616767 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:13:50 2014 New Revision: 1616767 URL: http://svn.apache.org/r1616767 Log: Amendment to r1616759. Thanks markt Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java Modified:

[Bug 53200] Be able to use SlowQueryReport without reporting failed queries

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53200 --- Comment #3 from Filip Hanik fha...@apache.org --- amended in r1616761 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

svn commit: r1616776 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 14:25:28 2014 New Revision: 1616776 URL: http://svn.apache.org/r1616776 Log: Whitespace police Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL:

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 Juraj Huska jhu...@redhat.com changed: What|Removed |Added CC||jhu...@redhat.com

[Bug 56831] New: javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 Bug ID: 56831 Summary: javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash Product: Tomcat 7 Version: 7.0.55

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 --- Comment #1 from Juraj Huska jhu...@redhat.com --- FYI original issue report in RichFaces issue management: https://issues.jboss.org/browse/RF-13731 -- You are receiving this mail because: You are the assignee for the bug.

Re: svn commit: r1613897 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java

2014-08-08 Thread Filip Hanik
On Mon, Jul 28, 2014 at 1:02 AM, kkoli...@apache.org wrote: Author: kkolinko Date: Mon Jul 28 07:02:31 2014 New Revision: 1613897 URL: http://svn.apache.org/r1613897 Log: Revert generics changes from r1613123 The code is compiled with Java 7, so why change them? copy/paste mistake from

buildbot failure in ASF Buildbot on tomcat-trunk

2014-08-08 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/344 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Bug 56831] javax.faces.application.ViewExpiredException thrown for applications which contextRoot contains dash

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56831 --- Comment #2 from Mark Thomas ma...@apache.org --- Some explanation of why you think this is a Tomcat bug would be helpful. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1616789 - /tomcat/trunk/modules/jdbc-pool/doc/changelog.xml

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:53:06 2014 New Revision: 1616789 URL: http://svn.apache.org/r1616789 Log: Update changelog with recent fixes Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL:

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 --- Comment #2 from Mark Thomas ma...@apache.org --- Generally we apply patches to the latest release and then back-port. Therefore patches should be against 8.0.x. The current patch changes import order and white space which a) makes the

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 --- Comment #3 from jlmonteiro jlmonte...@tomitribe.com --- Thanks for reviewing. I'll checkout the 8.0.x trunk and submit a new patch. I'll take care as well of the formatting (including imports). -- You are receiving this mail because:

Eclipse JAR dependency

2014-08-08 Thread Mark Thomas
All, I've been chatting on and off over the last few weeks with some folks at $work that make extensive use of Tomcat embedded and for whom any issues with the JAR references in the Maven POM (such as [1]) are a real pain. The root cause of the issue is that the small (~2MB) Eclipse compiler

buildbot success in ASF Buildbot on tomcat-trunk

2014-08-08 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/345 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[Tomcat Wiki] Update of Development by markt

2014-08-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Development page has been changed by markt: https://wiki.apache.org/tomcat/Development?action=diffrev1=5rev2=6 Comment: Add a link to the to be created JDT page *

[Tomcat Wiki] Update of JDTCoreBatchCompiler by markt

2014-08-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The JDTCoreBatchCompiler page has been changed by markt: https://wiki.apache.org/tomcat/JDTCoreBatchCompiler Comment: Add the content for the JDT page New page: = Managing Tomcat's

[Tomcat Wiki] Update of JDTCoreBatchCompiler by markt

2014-08-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The JDTCoreBatchCompiler page has been changed by markt: https://wiki.apache.org/tomcat/JDTCoreBatchCompiler?action=diffrev1=1rev2=2 Comment: Add links to Maven central for the JARs

svn commit: r1616855 - /tomcat/trunk/res/maven/tomcat-embed-jasper.pom

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 19:23:22 2014 New Revision: 1616855 URL: http://svn.apache.org/r1616855 Log: After some testing and consideration of options, return to a non-optional dependency on the volunteer uploaded ECJ JAR. See https://wiki.apache.org/tomcat/JDTCoreBatchCompiler for more

svn commit: r1616856 - /tomcat/trunk/build.properties.default

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 19:23:54 2014 New Revision: 1616856 URL: http://svn.apache.org/r1616856 Log: Add a reminder Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

svn commit: r1616858 - /tomcat/tc7.0.x/trunk/build.properties.default

2014-08-08 Thread markt
Author: markt Date: Fri Aug 8 19:25:52 2014 New Revision: 1616858 URL: http://svn.apache.org/r1616858 Log: Add a reminder Modified: tomcat/tc7.0.x/trunk/build.properties.default Modified: tomcat/tc7.0.x/trunk/build.properties.default URL:

[Bug 50604] Incorrect dependency in jasper.pom for eclipse ecj

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50604 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 56828] Cluster setup stopped working after 3 months in production

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 --- Comment #1 from Mark Thomas ma...@apache.org --- What Java version (exactly please) was this running on? Exactly (as precisely as possible - ideally to the second) how long was this cluster up before it failed? -- You are receiving

buildbot failure in ASF Buildbot on tomcat-trunk

2014-08-08 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/346 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot failure in ASF Buildbot on tomcat-7-trunk

2014-08-08 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/205 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 56828] Cluster setup stopped working after 3 months in production

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56828 --- Comment #2 from Filip Hanik fha...@apache.org --- faulty member is tcp://10.160.40.12: is this member not responding to anything? now there are ways around this, such as configuring replication to be async. What happens then is

[Bug 53770] tomcat-pool: always log validation query syntax errors

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53770 --- Comment #3 from Filip Hanik fha...@apache.org --- (In reply to Christopher Schultz from comment #2) Filip: how about a configuration property that can work, but you see, you can already configure a custom validator to handle

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-08-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #19 from Filip Hanik fha...@apache.org --- (In reply to Michael Osipov from comment #18) The revision links to Apache Directory r1616644 -- You are receiving this mail because: You are the assignee for the bug.

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-08-08 Thread Bill Barker
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-trunk-test-nio2 has an issue affecting its community integration.