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

2014-08-22 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-test-apr has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2014-08-22 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-tc7.0.x-test-bio has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2014-08-22 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-tc7.0.x-test-nio has an issue affecting its community integration.

[Bug 56884] New: Support for HTTP Method PATCH under the AJP protocol

2014-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56884 Bug ID: 56884 Summary: Support for HTTP Method PATCH under the AJP protocol Product: Tomcat Connectors Version: unspecified Hardware: PC Status: NEW Severity: enhan

[Bug 56882] New: "HTTP Status 503 - Servlet jsp is currently unavailable" after Context reload

2014-08-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56882 Bug ID: 56882 Summary: "HTTP Status 503 - Servlet jsp is currently unavailable" after Context reload Product: Tomcat 8 Version: trunk Hardware: PC Status:

Re: Early Access build for JDK 9 b27 is available on java.net

2014-08-22 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mark, I will look into this on Monday. Rgds,Rory On 22/08/2014 16:54, Mark Thomas wrote: On 22/08/2014 09:55, Rory O'Donnell Oracle, Dublin Ireland wrote: Hi Mladen/Mark, Early Access build for JDK 9 b27 is available on java.net, summary of changes here

Re: Early Access build for JDK 9 b27 is available on java.net

2014-08-22 Thread Mark Thomas
On 22/08/2014 09:55, Rory O'Donnell Oracle, Dublin Ireland wrote: > Hi Mladen/Mark, > > Early Access build for JDK 9 b27 is > available on java.net, summary of changes here > Rory, I've been working on W

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

2014-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106971#comment-14106971 ] ASF GitHub Bot commented on MTOMCAT-234: Github user anenviousguest closed the pu

[GitHub] tomcat-maven-plugin pull request: MTOMCAT-234 (Tomcat8 plugin is n...

2014-08-22 Thread anenviousguest
Github user anenviousguest closed the pull request at: https://github.com/apache/tomcat-maven-plugin/pull/9 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

svn commit: r1619820 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationP

2014-08-22 Thread markt
Author: markt Date: Fri Aug 22 14:38:23 2014 New Revision: 1619820 URL: http://svn.apache.org/r1619820 Log: Add support for the EECDH alias when using the OpenSSL cipher syntax to define JSSE ciphers. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigura

Re: [VOTE] Release Apache Tomcat 8.0.11

2014-08-22 Thread Mark Thomas
On 22/08/2014 12:59, Mark Thomas wrote: > On 22/08/2014 12:22, Mark Thomas wrote: > >> That certainly looks like a bug. I've added this as a unit test in r1619747. > > I've fixed the NPE. The test still fails as the results don't match > between OpenSSL and the Tomcat code. Still looking... ...

Re: [VOTE] Release Apache Tomcat 8.0.11

2014-08-22 Thread Mark Thomas
On 22/08/2014 12:22, Mark Thomas wrote: > That certainly looks like a bug. I've added this as a unit test in r1619747. I've fixed the NPE. The test still fails as the results don't match between OpenSSL and the Tomcat code. Still looking... Mark -

svn commit: r1619765 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java webapps/docs/changelog.xml

2014-08-22 Thread markt
Author: markt Date: Fri Aug 22 11:57:50 2014 New Revision: 1619765 URL: http://svn.apache.org/r1619765 Log: Avoid NPE Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk

Re: [VOTE] Release Apache Tomcat 8.0.11

2014-08-22 Thread Mark Thomas
On 20/08/2014 09:08, Ognjen Blagojevic wrote: > But, I had some problems with testing OpenSSL cypher syntax with BIO > connector. Some values for ciphers attribute worked, like > > ciphers="EECDH:EDH+aRSA:RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS" > > > but others did not: > > ci

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

2014-08-22 Thread markt
Author: markt Date: Fri Aug 22 11:20:09 2014 New Revision: 1619747 URL: http://svn.apache.org/r1619747 Log: Add unit test for failing cipher suite definition reported during 8.0.11 release vote by Ognjen Blagojevic. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpe

svn commit: r1619742 - /tomcat/trunk/java/org/apache/tomcat/websocket/PerMessageDeflate.java

2014-08-22 Thread markt
Author: markt Date: Fri Aug 22 11:12:03 2014 New Revision: 1619742 URL: http://svn.apache.org/r1619742 Log: WebSocket permessage-deflate. Implement no_context_takeover parameters. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PerMessageDeflate.java Modified: tomcat/trunk/java/org/a

svn commit: r1619738 - in /tomcat/trunk: java/org/apache/tomcat/websocket/MessagePart.java java/org/apache/tomcat/websocket/PerMessageDeflate.java java/org/apache/tomcat/websocket/WsRemoteEndpointImpl

2014-08-22 Thread markt
Author: markt Date: Fri Aug 22 11:02:19 2014 New Revision: 1619738 URL: http://svn.apache.org/r1619738 Log: Extend support for the WebSocket permessage-deflate extension to compression of outgoing messages on the server side. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/MessagePar

svn commit: r6244 - /dev/tomcat/tomcat-5/

2014-08-22 Thread markt
Author: markt Date: Fri Aug 22 09:14:46 2014 New Revision: 6244 Log: Clean-up Removed: dev/tomcat/tomcat-5/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache

svn commit: r6243 - /dev/tomcat/tomcat-8/v8.0.11/ /release/tomcat/tomcat-8/v8.0.11/

2014-08-22 Thread markt
Author: markt Date: Fri Aug 22 09:14:32 2014 New Revision: 6243 Log: Release 8.0.11 Added: release/tomcat/tomcat-8/v8.0.11/ - copied from r6175, dev/tomcat/tomcat-8/v8.0.11/ Removed: dev/tomcat/tomcat-8/v8.0.11/ -

[VOTE][RESULT] Release Apache Tomcat 8.0.11

2014-08-22 Thread Mark Thomas
Binding +1: markt, fhanik, olamy, remm, kkolinko Non-binding +1: Ognjen Blagojevic The vote therefore passes. I'll move the bits around and announce once the mirrors catch up. Mark - To unsubscribe, e-mail: dev-unsubscr...@

Early Access build for JDK 9 b27 is available on java.net

2014-08-22 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen/Mark, Early Access build for JDK 9 b27 is available on java.net, summary of changes here I'd also like to use this opportunity to point you to ongoing work in OpenJDK on Project Jigsaw.