svn commit: r1715765 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 11:16:10 2015 New Revision: 1715765 URL: http://svn.apache.org/viewvc?rev=1715765&view=rev Log: Checkstyle police Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/Open

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 58638] New: tomcat looses asyn-supported when the configuration is split between web.xml and anntotations

2015-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58638 Bug ID: 58638 Summary: tomcat looses asyn-supported when the configuration is split between web.xml and anntotations Product: Tomcat 8 Version: 8.0.26 Hardware: PC

[Bug 58638] tomcat looses asyn-supported when the configuration is split between web.xml and anntotations

2015-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58638 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Adding CredentialHandler to ServletContext so applications can get to it

2015-11-23 Thread Konstantin Kolinko
2015-11-22 22:26 GMT+03:00 Christopher Schultz : > Konstantin, > > On 11/21/15 10:07 AM, Konstantin Kolinko wrote: >> 2015-11-20 15:47 GMT+03:00 Christopher Schultz >> : >>> All, >>> >>> I thought there was a BZ issue for this, but I didn't find one. It's >>> been suggested (and I agree completely

[Bug 58638] tomcat looses asyn-supported when the configuration is split between web.xml and anntotations

2015-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58638 --- Comment #2 from Ivan Toshkov --- Thank for the quick find and sorry for the noise. I accidentally removed the flag from the annotation during a "minor" refactoring. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1715783 - in /tomcat/trunk/java/org/apache/coyote/http2: HpackEncoder.java Http2UpgradeHandler.java LocalStrings.properties Stream.java

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 12:28:59 2015 New Revision: 1715783 URL: http://svn.apache.org/viewvc?rev=1715783&view=rev Log: HTTP/2 debug logging improvements for Server push Modified: tomcat/trunk/java/org/apache/coyote/http2/HpackEncoder.java tomcat/trunk/java/org/apache/coyote/http2/

Re: svn commit: r1715732 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-23 Thread Konstantin Kolinko
2015-11-23 9:43 GMT+03:00 : > Author: jfclere > Date: Mon Nov 23 06:43:01 2015 > New Revision: 1715732 > > URL: http://svn.apache.org/viewvc?rev=1715732&view=rev > Log: > Add the JSSE one. > > Modified: > tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java > > Modified: > to

svn commit: r1715809 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java java/org/apache/tomcat/util/net/SSLHostConfig.java webapps/docs/changelog.xml

2015-11-23 Thread remm
Author: remm Date: Mon Nov 23 13:46:38 2015 New Revision: 1715809 URL: http://svn.apache.org/viewvc?rev=1715809&view=rev Log: Allow the OpenSSL implementation to use either the OpenSSL or JSSE type without a warning. If trying to use both, it might work, but IMO a warning is needed. Modified:

svn commit: r1715822 - /tomcat/trunk/java/org/apache/coyote/http2/Stream.java

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 13:59:37 2015 New Revision: 1715822 URL: http://svn.apache.org/viewvc?rev=1715822&view=rev Log: Fix an HTTP/2 TODO Only include port in :authority header for HTTP/2 push if non-standard ports are being used Modified: tomcat/trunk/java/org/apache/coyote/http2/St

Re: svn commit: r1715732 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-23 Thread jean-frederic clere
On 11/23/2015 01:56 PM, Konstantin Kolinko wrote: > TW, a changelog, documentation =? Here I have a small question. In fact it possible to mix open pem and jsse keystore, is it something we want to support? I try it but removed it because I found it very confusing. Thanks for the review I will f

Re: svn commit: r1715732 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-23 Thread Rémy Maucherat
2015-11-23 15:31 GMT+01:00 jean-frederic clere : > On 11/23/2015 01:56 PM, Konstantin Kolinko wrote: > > TW, a changelog, documentation =? > > Here I have a small question. In fact it possible to mix open pem and > jsse keystore, is it something we want to support? > > I try it but removed it beca

Re: svn commit: r1715732 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-23 Thread jean-frederic clere
On 11/23/2015 03:35 PM, Rémy Maucherat wrote: > 2015-11-23 15:31 GMT+01:00 jean-frederic clere : > >> On 11/23/2015 01:56 PM, Konstantin Kolinko wrote: >>> TW, a changelog, documentation =? >> >> Here I have a small question. In fact it possible to mix open pem and >> jsse keystore, is it somethin

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Mark Thomas
On 20/11/2015 10:00, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.29 release is now available for voting. > > The main changes since 8.0.28 are: > > - Add an option to control (per context) quoting of EL expressions in > JSP attributes > > - Correct a regression in the fix for 56777 tha

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Martin Grigorov
On Fri, Nov 20, 2015 at 11:00 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.29 release is now available for voting. > > The main changes since 8.0.28 are: > > - Add an option to control (per context) quoting of EL expressions in > JSP attributes > > - Correct a regression in the fix f

svn commit: r1715866 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ jav

2015-11-23 Thread remm
Author: remm Date: Mon Nov 23 16:19:33 2015 New Revision: 1715866 URL: http://svn.apache.org/viewvc?rev=1715866&view=rev Log: Extract Context.bind and unbind to an interface to make the CL bind cleaner for the upgrade code (including using a PA if needed). Added: tomcat/trunk/java/org/apache

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Rémy Maucherat
2015-11-20 11:00 GMT+01:00 Mark Thomas : > The proposed 8.0.29 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.29 > > Rémy

svn commit: r1715897 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/tomcat/ webapps/docs/

2015-11-23 Thread remm
Author: remm Date: Mon Nov 23 17:23:59 2015 New Revision: 1715897 URL: http://svn.apache.org/viewvc?rev=1715897&view=rev Log: Extract Context.bind and unbind to an interface to make the CL bind cleaner for the upgrade code (including using a PA if needed). Added: tomcat/tc8.0.x/trunk/java/or

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

2015-11-23 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20151123-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Felix Schumacher
Am 20.11.2015 um 11:00 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.29 release is now available for voting. The main changes since 8.0.28 are: - Add an option to control (per context) quoting of EL expressions in JSP attributes - Correct a regression in the fix for 56777 that added s

Re: Adding CredentialHandler to ServletContext so applications can get to it

2015-11-23 Thread Christopher Schultz
Konstantin, On 11/23/15 7:19 AM, Konstantin Kolinko wrote: > 2015-11-22 22:26 GMT+03:00 Christopher Schultz : >> Konstantin, >> >> On 11/21/15 10:07 AM, Konstantin Kolinko wrote: >>> 2015-11-20 15:47 GMT+03:00 Christopher Schultz >>> : All, I thought there was a BZ issue for this,

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Violeta Georgieva
Hi, 2015-11-20 12:00 GMT+02:00 Mark Thomas : > > The proposed Apache Tomcat 8.0.29 release is now available for voting. > > The main changes since 8.0.28 are: > > - Add an option to control (per context) quoting of EL expressions in > JSP attributes > > - Correct a regression in the fix for 5677

svn commit: r1715965 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/ webapps/docs/

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 21:34:06 2015 New Revision: 1715965 URL: http://svn.apache.org/viewvc?rev=1715965&view=rev Log: Add ProxySelector support to the WebSocket client Based on a patch by Niki Dokovski. Added: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainerWit

svn commit: r1715967 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-23 Thread jfclere
Author: jfclere Date: Mon Nov 23 21:34:37 2015 New Revision: 1715967 URL: http://svn.apache.org/viewvc?rev=1715967&view=rev Log: Arrange provider to algorithm. make sure the file is closed. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java Modified: tomcat/trunk

svn commit: r1715975 - /tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.java

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 22:02:56 2015 New Revision: 1715975 URL: http://svn.apache.org/viewvc?rev=1715975&view=rev Log: Fix Javadoc errors Modified: tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.java Modified: tomcat/trunk/java/org/apache/catalina/session/Persis

svn commit: r1715976 - /tomcat/trunk/java/org/apache/tomcat/ContextBind.java

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 22:04:18 2015 New Revision: 1715976 URL: http://svn.apache.org/viewvc?rev=1715976&view=rev Log: Fix Javadoc errors Trivial clean-up Modified: tomcat/trunk/java/org/apache/tomcat/ContextBind.java Modified: tomcat/trunk/java/org/apache/tomcat/ContextBind.java URL

svn commit: r1715978 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/ webapps/docs/

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 22:09:35 2015 New Revision: 1715978 URL: http://svn.apache.org/viewvc?rev=1715978&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55006 Add ProxySelector support to the WebSocket client Based on a patch by Niki Dokovski. Added: tomcat/tc8.0.x/t

svn commit: r1715980 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 22:18:22 2015 New Revision: 1715980 URL: http://svn.apache.org/viewvc?rev=1715980&view=rev Log: Fix warnings Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketCo

svn commit: r1715981 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 22:19:30 2015 New Revision: 1715981 URL: http://svn.apache.org/viewvc?rev=1715981&view=rev Log: Fix warnings Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websoc

svn commit: r1715983 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ test/org/apache/tomcat/websocket/ webapps/docs/

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 22:20:30 2015 New Revision: 1715983 URL: http://svn.apache.org/viewvc?rev=1715983&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55006 Add ProxySelector support to the WebSocket client Based on a patch by Niki Dokovski. Added: tomcat/tc7.0.x/t

[Bug 55006] Add http proxy support for ClientEndpoint using system properties [PATCH]

2015-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55006 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1715984 - /tomcat/tc7.0.x/trunk/build.xml

2015-11-23 Thread markt
Author: markt Date: Mon Nov 23 22:39:06 2015 New Revision: 1715984 URL: http://svn.apache.org/viewvc?rev=1715984&view=rev Log: Classes that require Java 7 can use Java 7 features. Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/vi

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

2015-11-23 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-validate has an issue affecting its community integration. Th

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Keiichi Fujino
2015-11-20 19:00 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.29 release is now available for voting. > > The main changes since 8.0.28 are: > > - Add an option to control (per context) quoting of EL expressions in > JSP attributes > > - Correct a regression in the fix for 56777 that

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

2015-11-23 Thread kfujino
Author: kfujino Date: Tue Nov 24 06:12:17 2015 New Revision: 1716037 URL: http://svn.apache.org/viewvc?rev=1716037&view=rev Log: Add changelog entry of r1714919 and r1714920. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.

svn commit: r1716038 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java webapps/docs/changelog.xml

2015-11-23 Thread kfujino
Author: kfujino Date: Tue Nov 24 06:16:54 2015 New Revision: 1716038 URL: http://svn.apache.org/viewvc?rev=1716038&view=rev Log: Ensure that the static member is registered to the add suspect list even If the static member that is registered to the remove suspect list has disappeared. Modified:

svn commit: r1716039 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties webapps/docs/changelog.xml

2015-11-23 Thread kfujino
Author: kfujino Date: Tue Nov 24 06:19:37 2015 New Revision: 1716039 URL: http://svn.apache.org/viewvc?rev=1716039&view=rev Log: Correct the warnnig log of when the member that is not registered in the membership is detected. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/inte

svn commit: r1716040 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java w

2015-11-23 Thread kfujino
Author: kfujino Date: Tue Nov 24 06:23:31 2015 New Revision: 1716040 URL: http://svn.apache.org/viewvc?rev=1716040&view=rev Log: -Ensure that the static member is registered to the add suspect list even If the static member that is registered to the remove suspect list has disappeared. -Correct t

svn commit: r1716041 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java webapps/docs/changelog.xml

2015-11-23 Thread kfujino
Author: kfujino Date: Tue Nov 24 06:25:37 2015 New Revision: 1716041 URL: http://svn.apache.org/viewvc?rev=1716041&view=rev Log: -Ensure that the static member is registered to the add suspect list even If the static member that is registered to the remove suspect list has disappeared. -Correct t

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[jira] [Commented] (MTOMCAT-234) Tomcat8 Maven Plugin

2015-11-23 Thread Girish Mahajan (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15023938#comment-15023938 ] Girish Mahajan commented on MTOMCAT-234: Can anyone please answer with what will