buildbot success in ASF Buildbot on tomcat-trunk

2015-06-22 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/1432 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

[Bug 57953] Support multiple TLS certificate types for a single TLS virtual host

2015-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57953 --- Comment #1 from Mark Thomas --- Implemented and tested in trunk for NIO and NIO2 if folks want to experiment. APR/native is untested at the moment. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1686954 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

2015-06-22 Thread markt
Author: markt Date: Mon Jun 22 22:33:28 2015 New Revision: 1686954 URL: http://svn.apache.org/r1686954 Log: Correctly reset secure channel before it is re-used. Problem found during testing with SSLLabs Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-22 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/1431 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

svn commit: r1686949 - in /tomcat/trunk: java/org/apache/catalina/startup/ java/org/apache/tomcat/util/net/ webapps/docs/config/

2015-06-22 Thread markt
Author: markt Date: Mon Jun 22 21:50:31 2015 New Revision: 1686949 URL: http://svn.apache.org/r1686949 Log: Add configuration support for SSLHostConfigCertificate Document the new configuration Get multiple certificates working with NIO (tested with SSLLabs). Should also be working for NIO2 but u

buildbot exception in ASF Buildbot on tomcat-trunk

2015-06-22 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1430 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1686931 - /tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java

2015-06-22 Thread markt
Author: markt Date: Mon Jun 22 20:37:16 2015 New Revision: 1686931 URL: http://svn.apache.org/r1686931 Log: Make names consistent with standard Java names Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java Modified: tomcat/trunk/java/org/apache/tomcat/util/

Re: JASPIC Implementation pointers

2015-06-22 Thread Fjodor Vershinin
Hi! There are new bunch of patches ready in my github repo: https://github.com/fjodorver/tomcat/commits/feature/jaspic-implementation My report for previous week + today: 1) I have prepared mechanism for registration embedded JASPIC modules 2) Callback handler is singleton now 3) Implemented JAAS

Re: [Tomcat Wiki] Update of "TomcatGridDesign" by theimpaler

2015-06-22 Thread Giorgio Zoppi
Hello all, it is my first post. Interested in the community. Looks like too complex. Which is the rational of tomcat grid? which uses cases should it cover? Best Regards, Giorgio 2015-06-21 18:21 GMT+02:00 Apache Wiki : > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on

Re: svn commit: r1686871 - /tomcat/trunk/java/org/apache/tomcat/jni/SSL.java

2015-06-22 Thread Christopher Schultz
Mark, On 6/22/15 9:44 AM, ma...@apache.org wrote: > Author: markt > Date: Mon Jun 22 13:44:35 2015 > New Revision: 1686871 > > URL: http://svn.apache.org/r1686871 > Log: > Align constants with tc-native trunk > > Modified: > tomcat/trunk/java/org/apache/tomcat/jni/SSL.java > > Modified: tom

svn commit: r1686871 - /tomcat/trunk/java/org/apache/tomcat/jni/SSL.java

2015-06-22 Thread markt
Author: markt Date: Mon Jun 22 13:44:35 2015 New Revision: 1686871 URL: http://svn.apache.org/r1686871 Log: Align constants with tc-native trunk Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSL.java URL: http://svn.apache.org/v

Re: tc-native and multiple certificates for a single virtual host

2015-06-22 Thread Mark Thomas
On 22/06/2015 07:06, jean-frederic clere wrote: > On 06/19/2015 10:01 PM, Mark Thomas wrote: >> I'm looking at integrating multiple certificate support with APR/native >> and the new OpenSSLContext. >> >> I have a query about the following method that I hope those that have >> been working in this

svn commit: r1686792 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java webapps/docs/changelog.xml

2015-06-22 Thread kfujino
Author: kfujino Date: Mon Jun 22 08:03:14 2015 New Revision: 1686792 URL: http://svn.apache.org/r1686792 Log: Refactoring of the removeOldest method in SlowQueryReport to behave as expected. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/intercepto

buildbot success in ASF Buildbot on tomcat-trunk

2015-06-22 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/1428 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1686791 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java webapps/docs/changelog.xml

2015-06-22 Thread kfujino
Author: kfujino Date: Mon Jun 22 07:59:54 2015 New Revision: 1686791 URL: http://svn.apache.org/r1686791 Log: Refactoring of the removeOldest method in SlowQueryReport to behave as expected. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/intercepto

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

2015-06-22 Thread kfujino
Author: kfujino Date: Mon Jun 22 07:47:32 2015 New Revision: 1686789 URL: http://svn.apache.org/r1686789 Log: Override reportQuery method. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified: tomcat/trunk/modules/jdbc

buildbot failure in ASF Buildbot on tomcat-trunk

2015-06-22 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/1427 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedu

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

2015-06-22 Thread kfujino
Author: kfujino Date: Mon Jun 22 07:34:47 2015 New Revision: 1686786 URL: http://svn.apache.org/r1686786 Log: Consider the lastInvocation value is 0. 0 value means that query has not invoked yet. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/

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

2015-06-22 Thread kfujino
Author: kfujino Date: Mon Jun 22 07:30:00 2015 New Revision: 1686782 URL: http://svn.apache.org/r1686782 Log: remove unused import. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified: tomcat/trunk/modules/jdbc-pool/s

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

2015-06-22 Thread kfujino
Author: kfujino Date: Mon Jun 22 07:29:05 2015 New Revision: 1686781 URL: http://svn.apache.org/r1686781 Log: Refactoring of the removeOldest method in SlowQueryReport to behave as expected. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQu