[Bug 57969] @PathParam annotation captures incorrect value under high load

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57969 Violeta Georgieva changed: What|Removed |Added CC||ktmnea...@gmail.com --- Comment #3

[Bug 58059] Value for @PathParam annotated variable in @OnOpen is not correct

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58059 Violeta Georgieva changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 58059] New: Value for @PathParam annotated variable in @OnOpen is not correct

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58059 Bug ID: 58059 Summary: Value for @PathParam annotated variable in @OnOpen is not correct Product: Tomcat 8 Version: 8.0.23 Hardware: PC Status: NEW

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1686501 - in /tomcat/trunk/java/org/apache/tomcat/util/net: ./ jsse/ jsse/openssl/

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 21:20:02 2015 New Revision: 1686501 URL: http://svn.apache.org/r1686501 Log: First pass at an implementation that supports multiple certificate types for all connectors. Smoke test (SNI with 2 hosts with NIO) passes. Further testing required. Configuration via serve

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1686499 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java AprEndpoint.java SSLHostConfig.java SSLHostConfigCertificate.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 20:33:16 2015 New Revision: 1686499 URL: http://svn.apache.org/r1686499 Log: Correct multiple certificate configuration plumbing. APR/native can handle multiple certificates in a single 'SSLContext' JSSE needs one 'SSLContext' per certificate Get key/certificate sel

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1686497 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java LocalStrings.properties SSLHostConfig.java SSLHostConfigCertificate.java openssl/OpenSSLContext.java openssl/O

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 20:10:23 2015 New Revision: 1686497 URL: http://svn.apache.org/r1686497 Log: Complete the OpenSSL configuration plumbing for multiple certificates per virtual host Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/trunk/java/org

tc-native and multiple certificates for a single virtual host

2015-06-19 Thread Mark Thomas
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 area recently will be able to answer. SSLContext.setCertificate(long ctx, String cert, String key,

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1686490 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SSLHostConfig.java SSLHostConfigCertificate.java jsse/JSSESocketFactory.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 19:38:20 2015 New Revision: 1686490 URL: http://svn.apache.org/r1686490 Log: Complete the JSSE configuration plumbing for multiple certificates per virtual host Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfig.java tomcat/trunk/java/org/

svn commit: r1686484 - /tomcat/trunk/webapps/docs/config/http.xml

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 19:14:08 2015 New Revision: 1686484 URL: http://svn.apache.org/r1686484 Log: These fields have defaults so they are not required Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/

svn commit: r1686483 - in /tomcat/trunk: java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/openssl/ test/org/apache/tomcat/util/net/jsse/

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 19:11:11 2015 New Revision: 1686483 URL: http://svn.apache.org/r1686483 Log: Some more plumbing to support multiple certificates per virtual host Added: tomcat/trunk/java/org/apache/tomcat/util/net/SSLHostConfigCertificate.java (with props) Modified: tomc

svn commit: r1686445 - /tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java

2015-06-19 Thread remm
Author: remm Date: Fri Jun 19 16:37:49 2015 New Revision: 1686445 URL: http://svn.apache.org/r1686445 Log: Cleanup. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java URL: http://svn

Re: svn commit: r1686442 - /tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java

2015-06-19 Thread sebb
On 19 June 2015 at 17:06, wrote: > Author: remm > Date: Fri Jun 19 16:06:55 2015 > New Revision: 1686442 > > URL: http://svn.apache.org/r1686442 > Log: > Add IAE, although it cannot happen. > > Modified: > tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java > > Modified: >

[Bug 58058] New: Library _instance needs to be volatile

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58058 Bug ID: 58058 Summary: Library _instance needs to be volatile Product: Tomcat Native Version: unspecified Hardware: PC OS: Mac OS X 10.4 Status: NEW Sev

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1686442 - /tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java

2015-06-19 Thread remm
Author: remm Date: Fri Jun 19 16:06:55 2015 New Revision: 1686442 URL: http://svn.apache.org/r1686442 Log: Add IAE, although it cannot happen. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateF

Re: svn commit: r1686432 - /tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java

2015-06-19 Thread sebb
On 19 June 2015 at 16:16, wrote: > Author: remm > Date: Fri Jun 19 15:16:51 2015 > New Revision: 1686432 > > URL: http://svn.apache.org/r1686432 > Log: > Remove unused shared formats. > > Modified: > tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java > > Modified: > tomcat

[Bug 58057] Inc

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58057 Sebb changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1681300 - in /tomcat/native/trunk: build.properties.default build.xml java/ java/org/ java/org/apache/ java/org/apache/tomcat/ java/org/apache/tomcat/Apr.java java/org/apache/tomcat/a

2015-06-19 Thread sebb
On 23 May 2015 at 10:44, wrote: > Author: rjung > Date: Sat May 23 09:44:41 2015 > New Revision: 1681300 > > URL: http://svn.apache.org/r1681300 > Log: > Make tcnative trunk more consistent with 1.1 branch: > > - use externals for jni Java classes, but here > pointing to TC trunk > > - remove d

[Bug 58056] FastHttpDateFormat.formats - non-synchronised access to SimpleDateFormat

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58056 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 58053] Use loop rather than assuming the size of the array won't change

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58053 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58057] New: Inc

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58057 Bug ID: 58057 Summary: Inc Product: Tomcat Native Version: unspecified Hardware: PC OS: Mac OS X 10.4 Status: NEW Severity: normal Priority: P

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1686432 - /tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java

2015-06-19 Thread remm
Author: remm Date: Fri Jun 19 15:16:51 2015 New Revision: 1686432 URL: http://svn.apache.org/r1686432 Log: Remove unused shared formats. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/FastHttpDateFormat.

[Bug 58056] New: FastHttpDateFormat.formats - non-synchronised access to SimpleDateFormat

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58056 Bug ID: 58056 Summary: FastHttpDateFormat.formats - non-synchronised access to SimpleDateFormat Product: Tomcat 9 Version: unspecified Hardware: All OS: A

svn commit: r1686425 - /tomcat/trunk/webapps/docs/config/http.xml

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 14:30:10 2015 New Revision: 1686425 URL: http://svn.apache.org/r1686425 Log: Additional reference missed in r1686424 Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r1686424 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/openssl/ webapps/docs/config/

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 14:29:03 2015 New Revision: 1686424 URL: http://svn.apache.org/r1686424 Log: Remove support for certificateChainFile. httpd has deprecated it and it doesn't play nicely with multiple certificate types. Modified: tomcat/trunk/java/org/apache/coyote/http11/Abstra

svn commit: r1686421 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java SecureNio2Channel.java SecureNioChannel.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 14:17:43 2015 New Revision: 1686421 URL: http://svn.apache.org/r1686421 Log: Some plumbing for supporting multiple certificate types for a virtual host Incomplete and untested Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java t

[Bug 58055] initConnectionSqls property of Resource inside context.xml has issues when Oracle is used as database server

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58055 Mark Thomas changed: What|Removed |Added Resolution|--- |MOVED OS|

[Bug 58055] New: initConnectionSqls property of Resource inside context.xml has issues when Oracle is used as database server

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58055 Bug ID: 58055 Summary: initConnectionSqls property of Resource inside context.xml has issues when Oracle is used as database server Product: Tomcat 7 Version: 7

svn commit: r1686415 - /tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 13:40:57 2015 New Revision: 1686415 URL: http://svn.apache.org/r1686415 Log: Also extract cipher suites from TLS client-hello. Will be used to support multiple certificate types per virtual host. Untested. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1686410 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SecureNio2Channel.java SecureNioChannel.java TLSClientHelloExtractor.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 13:26:52 2015 New Revision: 1686410 URL: http://svn.apache.org/r1686410 Log: More renaming since the extractor will be used to extract more than just the SNI information Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java tomcat/tr

svn commit: r1686409 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SNIExtractor.java SecureNio2Channel.java SecureNioChannel.java TLSClientHelloExtractor.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 13:24:27 2015 New Revision: 1686409 URL: http://svn.apache.org/r1686409 Log: Rename since it is going to be used to extract more than just the SNI information Added: tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java - copied, chang

svn commit: r1686397 - /tomcat/native/trunk/native/src/sslnetwork.c

2015-06-19 Thread jfclere
Author: jfclere Date: Fri Jun 19 12:28:11 2015 New Revision: 1686397 URL: http://svn.apache.org/r1686397 Log: Add missing initialization. Modified: tomcat/native/trunk/native/src/sslnetwork.c Modified: tomcat/native/trunk/native/src/sslnetwork.c URL: http://svn.apache.org/viewvc/tomcat/nati

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1686389 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 11:20:46 2015 New Revision: 1686389 URL: http://svn.apache.org/r1686389 Log: Remove commented out Ciphers Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl

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

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 11:19:56 2015 New Revision: 1686388 URL: http://svn.apache.org/r1686388 Log: Fix IDE / Javadoc errors 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/viewvc/tomcat

svn commit: r1686386 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 11:18:08 2015 New Revision: 1686386 URL: http://svn.apache.org/r1686386 Log: Preparation for supporting multiple certificate types. Add the cipher ID to the cipher enumeration. Add some additional commentary to explain gaps etc. Modified: tomcat/trunk/java/org/a

svn commit: r1686385 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: CipherSuiteConverter.java OpenSSLContext.java OpenSSLEngine.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 11:17:07 2015 New Revision: 1686385 URL: http://svn.apache.org/r1686385 Log: Clean up the IDE warnings Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/CipherSuiteConverter.java tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLConte

svn commit: r1686384 - in /tomcat/trunk/java/org/apache/tomcat/util/net/openssl: OpenSSLContext.java OpenSSLServerSessionContext.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 11:12:35 2015 New Revision: 1686384 URL: http://svn.apache.org/r1686384 Log: Fix Javadoc nags Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLContext.java tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLServerSessionContext

[Bug 58053] New: Use loop rather than assuming the size of the array won't change

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58053 Bug ID: 58053 Summary: Use loop rather than assuming the size of the array won't change Product: Tomcat 9 Version: unspecified Hardware: All OS: All

svn commit: r1686373 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 08:39:12 2015 New Revision: 1686373 URL: http://svn.apache.org/r1686373 Log: Another reference Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java URL:

[Bug 58052] RewriteValve: Implement additional RewriteRule directive capabilities

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58052 Remy Maucherat changed: What|Removed |Added Summary|RewriteValve: Rewrite to a |RewriteValve: Implement

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 58052] RewriteValve: Rewrite to a complete URI does not work because the colon is URL encoded

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58052 Volker Voßkämper changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from Volker Vo

svn commit: r1686371 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

2015-06-19 Thread markt
Author: markt Date: Fri Jun 19 08:00:58 2015 New Revision: 1686371 URL: http://svn.apache.org/r1686371 Log: More: - references - cipher IDs - corrections to strength bits Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified: tomcat/trunk/java/org/apache/to

[Bug 58052] RewriteValve: Rewrite to a complete URI does not work because the colon is URL encoded

2015-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58052 Remy Maucherat changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

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

2015-06-19 Thread remm
Author: remm Date: Fri Jun 19 07:12:34 2015 New Revision: 1686370 URL: http://svn.apache.org/r1686370 Log: Votes 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=1686370&r1=1686369&r2=16