svn commit: r1687080 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_2.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 14:42:26 2015 New Revision: 1687080 URL: http://svn.apache.org/r1687080 Log: Initial test case for headers frame Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_2.java (with props) Added:

Re: JASPIC Implementation pointers

2015-06-23 Thread Fjodor Vershinin
Hi there! You still need to address the issue of a unique name for the JASPIC app context. I see your point. However, tomcat's implementation of uniqueness is against JASPIC 1.1 specification. We must somehow document this feature. 1) I have prepared mechanism for registration embedded

[Bug 58072] ECDH curve selection

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58072 Mark Thomas ma...@apache.org changed: What|Removed |Added Severity|major |enhancement --- Comment

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

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57953 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|--- |FIXED

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

2015-06-23 Thread jean-frederic clere
On 06/23/2015 02:11 PM, Konstantin Kolinko wrote: 2015-06-22 9:06 GMT+03:00 jean-frederic clere jfcl...@gmail.com: 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

Time for Tomcat 7.0.63?

2015-06-23 Thread Christopher Schultz
All, Some recent bugs have been fixed and there is some community demand for 7.0.63. e.g. https://bz.apache.org/bugzilla/show_bug.cgi?id=57783 Violetta, are you up for another release? -chris signature.asc Description: OpenPGP digital signature

Time for a mod_jk release?

2015-06-23 Thread Christopher Schultz
All, There have been some questions lately on the users' list about a release date for mod_jk which includes a fix for slash-collapsing. http://svn.apache.org/viewvc?view=revisionrevision=1647017 It's been a bit over a year since the last release, so it seems like mod_jk is fairly stable other

[Bug 58072] ECDH curve selection

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58072 --- Comment #2 from Michał Staruch michal.star...@gmail.com --- Mark: providers available in Java 8 that enable EC cipher suites have to support all the named curves listed in RFC 4492 5.1.1: The provider must support all the SECG curves

[Bug 54537] StatementFinalizer closeInvoked is too slow for large batch jobs.

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54537 --- Comment #6 from Christopher Schultz ch...@christopherschultz.net --- This fix was released long ago. It also has the advantage of being able to partially-process a list and remove those items processed. With ArrayList.clear, it's all or

svn commit: r1687119 - in /tomcat/trunk: java/org/apache/coyote/http2/Http2Parser.java java/org/apache/coyote/http2/LocalStrings.properties test/org/apache/coyote/http2/TestHttp2Section_6_2.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 19:28:15 2015 New Revision: 1687119 URL: http://svn.apache.org/r1687119 Log: Add some more header frame + padding tests Fix a bug in the parser (it didn't catch padding = payload) Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

[Bug 54537] StatementFinalizer closeInvoked is too slow for large batch jobs.

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54537 --- Comment #3 from Rahul Singh rmadhav...@csc.com --- Can't we get keep ArrayList as it and instead of removing the object from the list (first line of StatementFinalizer.closeInvoked() method), just get that Statement reference and close

[Bug 58072] ECDH curve selection

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58072 --- Comment #3 from Mark Thomas ma...@apache.org --- (In reply to Michał Staruch from comment #2) And which API should Tomcat use to specify the curve to use (in the cases where the server has a choice)? -- You are receiving this mail

[Bug 54537] StatementFinalizer closeInvoked is too slow for large batch jobs.

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54537 --- Comment #5 from Rahul Singh rmadhav...@csc.com --- Have no love with ArrayList. Now noticed that it will always remove 0th index so that will not have any cost. I guessed this fix has not been released yet..sorry for commenting on FIXED

buildbot exception in ASF Buildbot on tomcat-trunk

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

[Bug 54537] StatementFinalizer closeInvoked is too slow for large batch jobs.

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54537 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Rahul Singh from comment #3) Can't we get keep ArrayList as it and instead of removing the object from the list (first line of

svn commit: r1687117 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 19:19:56 2015 New Revision: 1687117 URL: http://svn.apache.org/r1687117 Log: Add support for header padding to the tests. Add a simple test for a header frame with padding. Fix a bug in the parser when parsing header frames with padding. Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

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

Re: JASPIC Implementation pointers

2015-06-23 Thread Mark Thomas
On 23/06/2015 16:50, Fjodor Vershinin wrote: Hi there! You still need to address the issue of a unique name for the JASPIC app context. I see your point. However, tomcat's implementation of uniqueness is against JASPIC 1.1 specification. We must somehow document this feature. I'm

[Bug 56677] ApplicationHttpRequest does not override javax.servlet.ServletRequestWrapper#getServletContext()

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56677 --- Comment #6 from Sam Hokin s...@ims.net --- I'm happy to report that this is indeed resolved in 7.0.62. Fedora 22 is still sitting on 7.0.59 (with the bug), but hopefully a tomcat update will reach the updates distro soon. Thanks! -- You

[Bug 58072] ECDH curve selection

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58072 Michał Staruch michal.star...@gmail.com changed: What|Removed |Added Target Milestone|- |

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

2015-06-23 Thread Konstantin Kolinko
2015-06-22 9:06 GMT+03:00 jean-frederic clere jfcl...@gmail.com: 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

[Bug 57783] NPE in SlowQueryReport - getQueryStats() returning null

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57783 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-06-23 Thread kfujino
Author: kfujino Date: Tue Jun 23 07:18:54 2015 New Revision: 1686974 URL: http://svn.apache.org/r1686974 Log: Avoid NPE if connection has been abandoned. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified:

svn commit: r1686975 - /tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2015-06-23 Thread kfujino
Author: kfujino Date: Tue Jun 23 07:21:01 2015 New Revision: 1686975 URL: http://svn.apache.org/r1686975 Log: Avoid NPE if connection has been abandoned. Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified:

svn commit: r1686976 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2015-06-23 Thread kfujino
Author: kfujino Date: Tue Jun 23 07:21:49 2015 New Revision: 1686976 URL: http://svn.apache.org/r1686976 Log: Avoid NPE if connection has been abandoned. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java Modified:

buildbot exception in ASF Buildbot on tomcat-8-trunk

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

svn commit: r1686978 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2015-06-23 Thread kfujino
Author: kfujino Date: Tue Jun 23 07:25:00 2015 New Revision: 1686978 URL: http://svn.apache.org/r1686978 Log: Add changelog entry. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1686977 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-06-23 Thread kfujino
Author: kfujino Date: Tue Jun 23 07:24:23 2015 New Revision: 1686977 URL: http://svn.apache.org/r1686977 Log: Add changelog entry. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

buildbot failure in ASF Buildbot on tomcat-trunk

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

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2015-06-23 Thread remm
Author: remm Date: Tue Jun 23 07:33:23 2015 New Revision: 1686979 URL: http://svn.apache.org/r1686979 Log: Harmonize, null the SSL engine as well. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Modified:

svn commit: r1687025 - in /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic: JaspicAuthenticator.java MessageInfoImpl.java provider/modules/TomcatAuthModule.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 11:13:20 2015 New Revision: 1687025 URL: http://svn.apache.org/r1687025 Log: Added realm name support for JASPIC modules Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicAuthenticator.java

svn commit: r1687027 - in /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic: LocalStrings.properties provider/TomcatServerAuthContext.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 11:15:27 2015 New Revision: 1687027 URL: http://svn.apache.org/r1687027 Log: Fix i18n for unknown JASPIC authentication type Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/LocalStrings.properties

[Bug 56108] Allow user-defined Diffie-Hellman parameters (secure DH-Cipher)

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108 Michał Staruch m...@cinkciarz.pl changed: What|Removed |Added CC||m...@cinkciarz.pl

[Bug 58072] ECDH curve selection

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58072 Michał Staruch m...@cinkciarz.pl changed: What|Removed |Added CC||m...@cinkciarz.pl

[Bug 58072] New: ECDH curve selection

2015-06-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58072 Bug ID: 58072 Summary: ECDH curve selection Product: Tomcat 9 Version: unspecified Hardware: PC OS: All Status: NEW Severity: major Priority:

Re: JASPIC Implementation pointers

2015-06-23 Thread Mark Thomas
On 22/06/2015 20:57, Fjodor Vershinin wrote: Hi! There are new bunch of patches ready in my github repo: https://github.com/fjodorver/tomcat/commits/feature/jaspic-implementation Thanks. Patches applied. I've added comments to some of the patches. My report for previous week + today: You

svn commit: r1687005 - in /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic: JaspicAuthenticator.java MessageInfoImpl.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 09:30:08 2015 New Revision: 1687005 URL: http://svn.apache.org/r1687005 Log: Store JASPIC auth method in security message Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicAuthenticator.java

svn commit: r1687016 - in /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider: TomcatAuthConfig.java modules/DigestAuthModule.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 10:03:20 2015 New Revision: 1687016 URL: http://svn.apache.org/r1687016 Log: Implemented JASPIC module for DIGEST authentication Patch by fjodorver Added: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/DigestAuthModule.java

svn commit: r1687004 - in /tomcat/trunk: java/org/apache/catalina/authenticator/jaspic/ test/org/apache/catalina/authenticator/jaspic/

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 09:26:15 2015 New Revision: 1687004 URL: http://svn.apache.org/r1687004 Log: Change JASPIC callback handler to be a singleton Implemented JAAS subject support Patch by fjodorver Modified:

svn commit: r1687009 - in /tomcat/trunk/java/org/apache/catalina: authenticator/jaspic/provider/ authenticator/jaspic/provider/modules/ startup/

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 09:41:20 2015 New Revision: 1687009 URL: http://svn.apache.org/r1687009 Log: Implemented framework for default JASPIC modules registration Patch by fjodorver Added: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/

svn commit: r1687014 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 09:52:02 2015 New Revision: 1687014 URL: http://svn.apache.org/r1687014 Log: Add a TODO Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java URL:

svn commit: r1687015 - in /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider: TomcatAuthConfig.java modules/BasicAuthModule.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 09:57:16 2015 New Revision: 1687015 URL: http://svn.apache.org/r1687015 Log: Implemented JASPIC module for BASIC authentication Patch by fjodorver Added: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/BasicAuthModule.java (with

svn commit: r1687011 - in /tomcat/trunk/java/org/apache/catalina: authenticator/jaspic/provider/TomcatAuthConfig.java authenticator/jaspic/provider/TomcatAuthConfigProvider.java startup/ContextConfig.

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 09:45:34 2015 New Revision: 1687011 URL: http://svn.apache.org/r1687011 Log: Added realm support for embedded JASPIC modules Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/TomcatAuthConfig.java

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1687017 - /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicAuthenticator.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 10:09:16 2015 New Revision: 1687017 URL: http://svn.apache.org/r1687017 Log: Fixed authentication caching within the session for JASPIC authenticator Patch by fjodorver Modified:

svn commit: r1687013 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 09:49:36 2015 New Revision: 1687013 URL: http://svn.apache.org/r1687013 Log: Configure JASPIC app context for embedded provider Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1687001 - /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicCallbackHandler.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 09:18:44 2015 New Revision: 1687001 URL: http://svn.apache.org/r1687001 Log: Implemented JASPIC password callback support Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/JaspicCallbackHandler.java Modified:

svn commit: r1687023 - /tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/TomcatAuthModule.java

2015-06-23 Thread markt
Author: markt Date: Tue Jun 23 11:08:13 2015 New Revision: 1687023 URL: http://svn.apache.org/r1687023 Log: Better auto-boxing fix Patch by fjodorver Modified: tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/TomcatAuthModule.java Modified: