[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2016-04-21 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-tc8.0.x-test-apr has an issue affecting its community

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #4 from romain.manni-bucau --- Just a quick note if anyone encounters it again: some rpm of tomcat are created recompiling tomcat and I let you guess what can happen in such a process: a JDK 8 can be used.

Re: Interest in splitting-off SSLSocketFactory customizers?

2016-04-21 Thread Rémy Maucherat
2016-04-21 21:49 GMT+02:00 Christopher Schultz : > All, > > Bump > > Not interested :) Rémy

Re: Interest in splitting-off SSLSocketFactory customizers?

2016-04-21 Thread Christopher Schultz
All, Bump Thanks, -chris On 4/10/16 4:08 PM, Christopher Schultz wrote: > All, > > Lately, I've found myself re-writing the same code to customize an > SSLSocketFactory for a variety of clients I've been writing. Of course, > I have, at this point, written a re-usable library that I generally

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 Emmanuel Bourg changed: What|Removed |Added Attachment #33789|0 |1 is

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #9 from Mark Thomas --- And some more: 4. The wait loop logic is wrong. - It will always wait 5s even if the output is correct - If output in incorrect it will enter an infinite loop 5. It is clearer to

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 --- Comment #8 from Mark Thomas --- Thanks for the patch. It is being looked at. Currently I'm seeing odd behaviour on Windows so I want to test it on another platform. I do have some basic feedback at this point. Expect

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #9 from Remy Maucherat --- Yes, that's the test error. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #8 from Emmanuel Bourg --- On Windows 7 I copied openssl.exe in the base directory and tcnative-1.dll into bin/native and then ran: ant test-apr -Dtest.openssl.path=openssl.exe -Dtest.name=**/*Ssl* and the

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #7 from Remy Maucherat --- It's only a testsuite issue, so I'll look it up eventually. Otherwise the patch interacts properly with the OpenSSL support. To run the tests with OpenSSL, you can add this in

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #6 from Emmanuel Bourg --- Indeed, I've never had the need for tomcat-native so far. I'm going to check the regression with OpenSSL. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59365] Locale sensitive assertions in TestSsl and TestCustomSsl

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365 Konstantin Kolinko changed: What|Removed |Added Resolution|FIXED |---

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #5 from Remy Maucherat --- Unless you have a tomcat-native phobia, I think you should just install it. Then Tomcat will use OpenSSL and you would be better off than with JSSE. I'm quite sure you didn't try it

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #4 from Emmanuel Bourg --- Thank you for the review Remy. My use case is mostly for HTTP/1.1, I agree this feature is less interesting for HTTP/2, until Java 9 is available and supports ALPN I guess. The patch

[Bug 59365] Locale sensitive assertions in TestSsl and TestCustomSsl

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365 Emmanuel Bourg changed: What|Removed |Added Status|RESOLVED|VERIFIED ---

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #2 from Remy Maucherat --- Oh ok, that was unexpected. I'm a bit sceptical about the usefulness since JSSE is mostly useless in 9 (no ALPN), but if it works, why not. About the documentation, more changes are

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 Emmanuel Bourg changed: What|Removed |Added Attachment #33788|0 |1 is

[Bug 59365] Locale sensitive assertions in TestSsl and TestCustomSsl

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1740327 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/net/TestCustomSsl.java test/org/apache/tomcat/util/net/TestSsl.java

2016-04-21 Thread remm
Author: remm Date: Thu Apr 21 14:19:17 2016 New Revision: 1740327 URL: http://svn.apache.org/viewvc?rev=1740327=rev Log: 59365: Avoid basing the test on the only portion of the output that is internationalized. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1740326 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/tomcat/util/net/TestCustomSsl.java test/org/apache/tomcat/util/net/TestSsl.java

2016-04-21 Thread remm
Author: remm Date: Thu Apr 21 14:18:45 2016 New Revision: 1740326 URL: http://svn.apache.org/viewvc?rev=1740326=rev Log: 59365: Avoid basing the test on the only portion of the output that is internationalized. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1740325 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/tomcat/util/net/TestCustomSsl.java test/org/apache/tomcat/util/net/TestSsl.java

2016-04-21 Thread remm
Author: remm Date: Thu Apr 21 14:18:04 2016 New Revision: 1740325 URL: http://svn.apache.org/viewvc?rev=1740325=rev Log: 59365: Avoid basing the test on the only portion of the output that is internationalized. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1740324 - in /tomcat/trunk/test/org/apache/tomcat/util/net: TestCustomSsl.java TestSsl.java

2016-04-21 Thread remm
Author: remm Date: Thu Apr 21 14:16:24 2016 New Revision: 1740324 URL: http://svn.apache.org/viewvc?rev=1740324=rev Log: 59365: Avoid basing the test on the only portion of the output that is internationalized. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java

Re: svn commit: r1740047 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-21 Thread Christopher Schultz
Konstantin, On 4/20/16 5:15 AM, Konstantin Kolinko wrote: > 2016-04-20 8:04 GMT+03:00 : >> Author: kfujino >> Date: Wed Apr 20 05:04:19 2016 >> New Revision: 1740047 >> >> URL: http://svn.apache.org/viewvc?rev=1740047=rev >> Log: >> Change the channel field to protected. >>

[Bug 59344] PEM file support for JSSE

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59344 --- Comment #1 from Emmanuel Bourg --- Created attachment 33788 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33788=edit PEM support implementation Here is a patch implementing this feature: -

[Bug 59365] New: Locale sensitive assertions in TestSsl and TestCustomSsl

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365 Bug ID: 59365 Summary: Locale sensitive assertions in TestSsl and TestCustomSsl Product: Tomcat 9 Version: unspecified Hardware: All OS: All

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33783|0 |1 is

[Bug 59219] AsyncListener#onError not called on exception during async processing

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Abdessamed MANSOURI changed: What|Removed |Added Attachment #33782|0 |1 is

svn commit: r1740273 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 10:00:17 2016 New Revision: 1740273 URL: http://svn.apache.org/viewvc?rev=1740273=rev Log: Remove TODO Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java Modified:

svn commit: r1740272 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 09:59:46 2016 New Revision: 1740272 URL: http://svn.apache.org/viewvc?rev=1740272=rev Log: Remove TODO Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java Modified:

svn commit: r1740270 - /tomcat/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 09:58:21 2016 New Revision: 1740270 URL: http://svn.apache.org/viewvc?rev=1740270=rev Log: Remove TODO Modified: tomcat/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java Modified:

svn commit: r1740271 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 09:58:49 2016 New Revision: 1740271 URL: http://svn.apache.org/viewvc?rev=1740271=rev Log: Remove TODO Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/transport/ReceiverBase.java Modified:

svn commit: r1740246 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 07:12:24 2016 New Revision: 1740246 URL: http://svn.apache.org/viewvc?rev=1740246=rev Log: Revert r1740047. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

svn commit: r1740245 - in /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 07:11:23 2016 New Revision: 1740245 URL: http://svn.apache.org/viewvc?rev=1740245=rev Log: Revert r1740046. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

svn commit: r1740243 - in /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 07:10:34 2016 New Revision: 1740243 URL: http://svn.apache.org/viewvc?rev=1740243=rev Log: Revert r1740045. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

svn commit: r1740242 - in /tomcat/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 07:09:45 2016 New Revision: 1740242 URL: http://svn.apache.org/viewvc?rev=1740242=rev Log: Revert r1740044. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

buildbot success in on tomcat-8-trunk

2016-04-21 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/574 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1740239 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:28:58 2016 New Revision: 1740239 URL: http://svn.apache.org/viewvc?rev=1740239=rev Log: Ensure that clear the channel instance from channel services when stopping channel. Modified:

svn commit: r1740238 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:26:19 2016 New Revision: 1740238 URL: http://svn.apache.org/viewvc?rev=1740238=rev Log: Ensure that clear the channel instance from channel services when stopping channel. Modified:

svn commit: r1740237 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:24:01 2016 New Revision: 1740237 URL: http://svn.apache.org/viewvc?rev=1740237=rev Log: Ensure that clear the channel instance from channel services when stopping channel. Modified:

svn commit: r1740236 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina/tribes/transport/ webapps/docs/

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:21:43 2016 New Revision: 1740236 URL: http://svn.apache.org/viewvc?rev=1740236=rev Log: Ensure that clear the channel instance from channel services when stopping channel. Modified:

svn commit: r1740235 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:17:56 2016 New Revision: 1740235 URL: http://svn.apache.org/viewvc?rev=1740235=rev Log: Change timing of add the channel instance to the interceptors. Add the channel instance to the interceptors when starting the channel. Modified:

svn commit: r1740234 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:17:12 2016 New Revision: 1740234 URL: http://svn.apache.org/viewvc?rev=1740234=rev Log: Change timing of add the channel instance to the interceptors. Add the channel instance to the interceptors when starting the channel. Modified:

svn commit: r1740233 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:16:26 2016 New Revision: 1740233 URL: http://svn.apache.org/viewvc?rev=1740233=rev Log: Change timing of add the channel instance to the interceptors. Add the channel instance to the interceptors when starting the channel. Modified:

svn commit: r1740232 - /tomcat/trunk/java/org/apache/catalina/tribes/group/GroupChannel.java

2016-04-21 Thread kfujino
Author: kfujino Date: Thu Apr 21 06:15:29 2016 New Revision: 1740232 URL: http://svn.apache.org/viewvc?rev=1740232=rev Log: Change timing of add the channel instance to the interceptors. Add the channel instance to the interceptors when starting the channel. Modified: