Re: [VOTE] Release Apache Tomcat 8.5.21

2017-09-18 Thread Emmanuel Bourg
Le 13/09/2017 à 23:02, Mark Thomas a écrit : > The proposed 8.5.21 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.21 Unit tests passed on Debian with OpenJDK 8. Emmanuel Bourg signature.asc Description: OpenPGP digital signature

svn commit: r1808695 - in /tomcat/trunk: java/org/apache/coyote/http11/ test/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 12:57:38 2017 New Revision: 1808695 URL: http://svn.apache.org/viewvc?rev=1808695&view=rev Log: Add an option to control how to respond to requests with invalid HTTP header names Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1808696 - /tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 13:02:01 2017 New Revision: 1808696 URL: http://svn.apache.org/viewvc?rev=1808696&view=rev Log: Fix IDE nag Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/

svn commit: r1808697 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/ test/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 13:04:12 2017 New Revision: 1808697 URL: http://svn.apache.org/viewvc?rev=1808697&view=rev Log: Add an option to control how to respond to requests with invalid HTTP header names Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/o

svn commit: r1808701 - /tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 13:27:03 2017 New Revision: 1808701 URL: http://svn.apache.org/viewvc?rev=1808701&view=rev Log: Fix comment Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java U

svn commit: r1808702 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http11/Http11InputBuffer.java

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 13:27:45 2017 New Revision: 1808702 URL: http://svn.apache.org/viewvc?rev=1808702&view=rev Log: Fix comment Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java Propchange: tomcat/tc8.5.

svn commit: r1808707 - in /tomcat/tc8.0.x/trunk: java/org/apache/coyote/http11/ test/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 13:42:59 2017 New Revision: 1808707 URL: http://svn.apache.org/viewvc?rev=1808707&view=rev Log: Add an option to control how to respond to requests with invalid HTTP header names Modified: tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Protoc

svn commit: r1808711 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/ test/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 13:49:52 2017 New Revision: 1808711 URL: http://svn.apache.org/viewvc?rev=1808711&view=rev Log: Add an option to control how to respond to requests with invalid HTTP header names Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/o

[Bug 61524] NullPointerException in Http11OutputBuffer

2017-09-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61524 --- Comment #2 from Boris Petrov --- Hello, I'm trying to reproduce it but that proves to be difficult. A few things that I noticed while trying stuff: as I said, this happens when we return "tiff" images as blobs. It happens when I open a sim

svn commit: r1808740 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestPerMessageDeflate.java

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 16:13:46 2017 New Revision: 1808740 URL: http://svn.apache.org/viewvc?rev=1808740&view=rev Log: Unit tests always compile with Java 6 so avoid Java 7 features. This is simpler than refactoring the build scripts to build the WebSocket unit tests with Java 7. Modifie

buildbot success in on tomcat-7-trunk

2017-09-18 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/874 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1808761 - in /tomcat/trunk/test/org/apache: catalina/connector/ catalina/core/ coyote/http11/

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 18:54:39 2017 New Revision: 1808761 URL: http://svn.apache.org/viewvc?rev=1808761&view=rev Log: Fix various tests that break when stricter Host header validation (comming soon) is applied. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.ja

Re: [VOTE] Release Apache Tomcat 8.5.21

2017-09-18 Thread Felix Schumacher
Am 13.09.2017 um 23:02 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.21 release is now available for voting. The major changes compared to the 8.5.20 release are: - Additional capabilities for the CGI Servlet. Based on patches provided by jm009. - Added support for the OpenSSL SSL_CON

Re: [VOTE] Release Apache Tomcat 9.0.0.M27

2017-09-18 Thread Felix Schumacher
Am 13.09.2017 um 20:49 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M27 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - It is not known if there will be a minor maint

svn commit: r1808766 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11Processor.java java/org/apache/coyote/http11/LocalStrings.properties test/org/apache/coyote/http11/TestHttp11Processor.java

2017-09-18 Thread markt
Author: markt Date: Mon Sep 18 19:33:18 2017 New Revision: 1808766 URL: http://svn.apache.org/viewvc?rev=1808766&view=rev Log: Implement various Host header checks required by RFC 7230 - Host header must be present for HTTP/1.1 requests - multiple host headers are invalid - if the request line inc

Re: svn commit: r1808766 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11Processor.java java/org/apache/coyote/http11/LocalStrings.properties test/org/apache/coyote/http11/TestHttp11Processor.

2017-09-18 Thread Mark Thomas
On 18/09/17 20:33, ma...@apache.org wrote: > Author: markt > Date: Mon Sep 18 19:33:18 2017 > New Revision: 1808766 > > URL: http://svn.apache.org/viewvc?rev=1808766&view=rev > Log: > Implement various Host header checks required by RFC 7230 Before I go any further with this work (I want to plug

Re: [VOTE] Release Apache Tomcat 9.0.0.M27

2017-09-18 Thread Martin Grigorov
On Wed, Sep 13, 2017 at 9:49 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M27 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - It is not known if there wi

Re: [VOTE] Release Apache Tomcat 8.5.21

2017-09-18 Thread Martin Grigorov
On Thu, Sep 14, 2017 at 12:02 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.21 release is now available for voting. > > The major changes compared to the 8.5.20 release are: > > - Additional capabilities for the CGI Servlet. Based on patches provided > by jm009. > > - Added support fo