Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-28 Thread Rémy Maucherat
2015-09-28 13:26 GMT+02:00 Mark Thomas : > The proposed 8.0.27 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.27 > > Rémy

buildbot failure in ASF Buildbot on tomcat-trunk

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

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-28 Thread Jeanfrancois Arcand
[X] Stable - go ahead and release as 8.0.27 -- Jeanfrancois On 2015-09-28 7:26 AM, Mark Thomas wrote: The proposed Apache Tomcat 8.0.27 release is now available for voting. The main changes since 8.0.26 are: - Correctly handle \${ vs \$ escaping in JSP and EL - Fix for issues with NIO +

[Bug 58458] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with HTTP 40x results

2015-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58458 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1705773 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 20:53:33 2015 New Revision: 1705773 URL: http://svn.apache.org/viewvc?rev=1705773=rev Log: Simplify. There is a test for response.getWriteListener() != null a few lines above. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified:

buildbot success in ASF Buildbot on tomcat-trunk

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

Delivery

2015-09-28 Thread ellen
Delivery This is a reminder that Your voucher is still awaiting delivery in our transit point London (England).It has been on hold awaiting pickup. You are expected to call or email us with a confirmation of the exact recipient address. Recipient Postal Details required are stated below; FULL

Delivery

2015-09-28 Thread ellen
Delivery This is a reminder that Your voucher is still awaiting delivery in our transit point London (England).It has been on hold awaiting pickup. You are expected to call or email us with a confirmation of the exact recipient address. Recipient Postal Details required are stated below; FULL

Re: AJP Protocol enhancements

2015-09-28 Thread Rémy Maucherat
2015-09-27 14:32 GMT+02:00 Christopher Schultz : > > In general, I think that the proposal to abandon AJP and use HTTP/2 > instead makes a lot of sense. However, AJP still does offer an advantage > over HTTP/1 or HTTP/2: it allows information to be passed

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1705609 - /tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 08:12:33 2015 New Revision: 1705609 URL: http://svn.apache.org/viewvc?rev=1705609=rev Log: Fix switch fall-through Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

Re: 8.0.27 delayed

2015-09-28 Thread Mark Thomas
On 23/09/2015 23:22, Mark Thomas wrote: > I've hit a small snag building the 8.0.27 artefacts prior to calling the > vote. The code signing service is not currently available (I think the > Tomcat project needs to be allocated more credits). I can't confirm what > the problem is since the

[VOTE] Release Apache Tomcat 8.0.27

2015-09-28 Thread Mark Thomas
The proposed Apache Tomcat 8.0.27 release is now available for voting. The main changes since 8.0.26 are: - Correctly handle \${ vs \$ escaping in JSP and EL - Fix for issues with NIO + SSL + sendfile - Various TLD parsing fixes - Fix multiple (mostly rare and/or zero impact) concurrency

[Bug 58462] SSL Handshake in NIO2

2015-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58462 Remy Maucherat changed: What|Removed |Added Resolution|--- |INVALID

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

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 09:38:15 2015 New Revision: 1705635 URL: http://svn.apache.org/viewvc?rev=1705635=rev Log: The standard names aren't so standard. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified:

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

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 10:16:25 2015 New Revision: 1705647 URL: http://svn.apache.org/viewvc?rev=1705647=rev Log: Add the new ciphers to the list that was added in OpenSSL 1.1.0 Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSSL.java Modified:

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

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 10:29:35 2015 New Revision: 1705651 URL: http://svn.apache.org/viewvc?rev=1705651=rev Log: Fix copy/paste error Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified:

[Bug 58462] New: SSL Handshake in NIO2

2015-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58462 Bug ID: 58462 Summary: SSL Handshake in NIO2 Product: Tomcat 8 Version: 8.0.26 Hardware: PC Status: NEW Severity: normal Priority: P2 Component:

svn commit: r10673 [2/2] - in /dev/tomcat/tomcat-8/v8.0.27: ./ bin/ bin/embed/ bin/extras/ src/

2015-09-28 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.27/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.0.27/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.27/bin/extras/catalina-ws.jar.asc Mon Sep 28

svn commit: r10673 [1/2] - in /dev/tomcat/tomcat-8/v8.0.27: ./ bin/ bin/embed/ bin/extras/ src/

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 08:58:41 2015 New Revision: 10673 Log: Upload 8.0.27 for voting Added: dev/tomcat/tomcat-8/v8.0.27/ dev/tomcat/tomcat-8/v8.0.27/KEYS (with props) dev/tomcat/tomcat-8/v8.0.27/README.html (with props) dev/tomcat/tomcat-8/v8.0.27/RELEASE-NOTES

[Bug 58463] New: Servlet 3.1 ServletInputStream.setReadListener should not gate on asynchronous state

2015-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58463 Bug ID: 58463 Summary: Servlet 3.1 ServletInputStream.setReadListener should not gate on asynchronous state Product: Tomcat 8 Version: trunk Hardware: All

[Bug 58463] Servlet 3.1 ServletInputStream.setReadListener should not gate on asynchronous state

2015-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58463 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 09:54:18 2015 New Revision: 1705639 URL: http://svn.apache.org/viewvc?rev=1705639=rev Log: Neither Oracle nor IBM implement the CCM ciphers yet. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Modified:

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

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 10:25:41 2015 New Revision: 1705650 URL: http://svn.apache.org/viewvc?rev=1705650=rev Log: Correct key exchange Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java Modified:

buildbot exception in ASF Buildbot on tomcat-trunk

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

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

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 09:26:06 2015 New Revision: 1705630 URL: http://svn.apache.org/viewvc?rev=1705630=rev Log: Add the CCM ciphers from RFC6655 and RFC7251 to align with OpenSSL master Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 58463] Servlet 3.1 ServletInputStream.setReadListener should not gate on asynchronous state

2015-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58463 --- Comment #2 from Conor Gallagher --- (In reply to Remy Maucherat from comment #1) > This sort of "bug" report is extremely bad, as it can lead to introducing > bugs into Tomcat. Please research the topic before filing

[Bug 58463] Servlet 3.1 ServletInputStream.setReadListener should not gate on asynchronous state

2015-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58463 --- Comment #3 from Mark Thomas --- No. This was discussed in several threads in the Servlet 3.1 expert group and users list. The request must be in async or upgrade mode before calling set[Read|Write]Listener. -- You are

svn commit: r1705652 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 10:37:23 2015 New Revision: 1705652 URL: http://svn.apache.org/viewvc?rev=1705652=rev Log: Add new AES CCM ciphers to lists of AES ciphers Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java Modified:

svn commit: r1705653 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/openssl/ test/org/apache/tomcat/util/net/jsse/openssl/ webapps/docs/

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 10:45:45 2015 New Revision: 1705653 URL: http://svn.apache.org/viewvc?rev=1705653=rev Log: Port RFC6655 and RFC7251 cipher mapping from trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: AJP Protocol enhancements

2015-09-28 Thread Christopher Schultz
Rémy, On 9/28/15 3:33 AM, Rémy Maucherat wrote: > 2015-09-27 14:32 GMT+02:00 Christopher Schultz > : > >> >> In general, I think that the proposal to abandon AJP and use HTTP/2 >> instead makes a lot of sense. However, AJP still does offer an advantage >> over

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-28 Thread Mark Thomas
On 28/09/2015 12:26, Mark Thomas wrote: > The proposed 8.0.27 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.27 Unit tests pass for BIO, NIO, NIO2 and APR/native on Linux, OSX and Windows. Mark

svn commit: r1705771 - /tomcat/trunk/bin/catalina.sh

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 20:45:08 2015 New Revision: 1705771 URL: http://svn.apache.org/viewvc?rev=1705771=rev Log: No need for LogManager when using stop. Can't use the Tomcat config anyway since that would resut in two processes trying to write to the same file. This was also causing an

svn commit: r1705775 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java

2015-09-28 Thread markt
Author: markt Date: Mon Sep 28 20:56:15 2015 New Revision: 1705775 URL: http://svn.apache.org/viewvc?rev=1705775=rev Log: Simplify Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpProcessor.java URL: