[RESULT][VOTE] Release Apache Tomcat 8.5.51

2020-02-11 Thread Mark Thomas
The following votes were cast:

Binding:
+1: mgrigorov, remm, schultz, markt, kfujino

No other votes were cast. The vote therefore passes.

Thanks to everyone who contributed to the 8.5.51 release.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.5.51

2020-02-11 Thread Keiichi Fujino
2020年2月6日(木) 7:49 Mark Thomas :

> The proposed Apache Tomcat 8.5.51 release is now available for voting.
>
> The major changes compared to the 8.5.50 release are:
>
> - AJP defaults changed to listen the loopback address, require a secret
>   and to be disabled in the sample server.xml
>
> - The JmxRemoteLifecycleListener is now deprecated
>
> - The HTTP Connector attribute rejectIllegalHeaderName is renamed to
>   rejectIllegalHeader and expanded to include header values as well as
>   names
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.51/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1246/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.51
> 05bfeed882fadd6e3b5c64a7851125750d37e297
>
> The proposed 8.5.51 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.51
>
> +1


> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

-- 
Keiichi.Fujino


Re: [VOTE] Release Apache Tomcat 8.5.51

2020-02-10 Thread Mark Thomas
On 05/02/2020 22:49, Mark Thomas wrote:



> The proposed 8.5.51 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.51

Unit tests pass for NIO, NIO2 and APR/native on Windows, Linux and OSX.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.5.51

2020-02-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Mark,

On 2/5/20 5:49 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.5.51 release is now available for
> voting.
> 
> The major changes compared to the 8.5.50 release are:
> 
> - AJP defaults changed to listen the loopback address, require a
> secret and to be disabled in the sample server.xml
> 
> - The JmxRemoteLifecycleListener is now deprecated
> 
> - The HTTP Connector attribute rejectIllegalHeaderName is renamed
> to rejectIllegalHeader and expanded to include header values as
> well as names
> 
> Along with lots of other bug fixes and improvements.
> 
> For full details, see the changelog: 
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
> 
> It can be obtained from: 
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.51/
> 
> The Maven staging repo is: 
> https://repository.apache.org/content/repositories/orgapachetomcat-124
6/
>
>  The tag is: https://github.com/apache/tomcat/tree/8.5.51 
> 05bfeed882fadd6e3b5c64a7851125750d37e297
> 
> The proposed 8.5.51 release is: [ ] Broken - do not release [X]
> Stable - go ahead and release as 8.5.51

Thanks markt for RMing.

Tested with a vanilla servlet + JSP web application. Nothing fancy.
Failed unit tests are likely due to specific ciphers not supported by
my local version of OpenSSL.

Details:

* Environment
*  Java (build): openjdk version "1.8.0_232" OpenJDK Runtime
Environment (build 1.8.0_232-8u232-b09-1~deb9u1-b09) OpenJDK 64-Bit
Server VM (build 25.232-b09, mixed mode)
*  Java (test): openjdk version "1.8.0_232" OpenJDK Runtime
Environment (build 1.8.0_232-8u232-b09-1~deb9u1-b09) OpenJDK 64-Bit
Server VM (build 25.232-b09, mixed mode)
*  OS:   Linux 4.9.0-9-amd64 x86_64
*  cc:   cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
*  make: GNU Make 4.1
*  OpenSSL:  OpenSSL 1.1.1 11 Sep 2018
*  APR:  1.5.2
*
* Valid SHA-512 signature for apache-tomcat-8.5.51.zip
* Valid GPG signature for apache-tomcat-8.5.51.zip
* Valid SHA-512 signature for apache-tomcat-8.5.51.tar.gz
* Valid GPG signature for apache-tomcat-8.5.51.tar.gz
* Valid SHA-512 signature for apache-tomcat-8.5.51.exe
* Valid GPG signature for apache-tomcat-8.5.51.exe
* Valid SHA512 signature for apache-tomcat-8.5.51-src.zip
* Valid GPG signature for apache-tomcat-8.5.51-src.zip
* Valid SHA512 signature for apache-tomcat-8.5.51-src.tar.gz
* Valid GPG signature for apache-tomcat-8.5.51-src.tar.gz
*
* Binary Zip and tarball: Same
* Source Zip and tarball: Same
*
* Building dependencies returned: 0
* tcnative builds cleanly
* Tomcat builds cleanly
* Junit Tests: FAILED
*
* Tests that failed:
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO2.txt
*
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfiguratio
nParser.APR.txt
*
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfiguratio
nParser.NIO.txt
*
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfiguratio
nParser.NIO2.txt
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl48t20ACgkQHPApP6U8
pFi28RAAqWulwxP26Y/04NBRuluQd3T5OIRCk0vMm2IRIt8J0EtmKx7ubWhPYVSr
3VTBNyctWsRAsF09sM3TU5HAWbkoPhD7zO2WnRt+Kz+2jfSWFsFgygxqtXECH6y4
HUUfbMb2ThrYFTp8p14Bv7DAEkTFxErZpEDb9P7d+eOWowpm7ULj7MMXy/yAqxi4
+97TI0eioT74VidfOJ1Mh/iI2smxh/F1/+w1E9nn+Foj7aGdmyefUmYVgirkLtEs
2wX1/vPfXxUfdxB+kNm4qOhlp2MAdsrMocKqim11C3jD5rMYXy3iXnsYR2rLn6tC
aDLEV5oRhZiIZACRsLdRDSjKaA05vEZ8yoSHqFlSjNDr6wl+5+uglvsMUE0gd3Fc
JOmJO7ct4RAvEXeEio/WdMc49SEECFPU4yswOqIhuk3bd9LjzCCqd9JK/4bRU+jV
dnV52+RFbXLmHsh1plKH/0YxN2S1TK/LHUfl8n9fmXdhXbLZGmYWkkXI0crXBbgE
1/4yQTgL1FtzGnf9albJO3FpR9RWrrsV5APL8HSZ7dqpfdx/M2PHiSHnyMYDGRA2
EZ4i+CP9vEV8AsaAmmfFME5S0v7SbxbqhNU6L8mEKGsj7ufPFMr7QbRPqk1WJC4F
4aAB83ZLoUTD1ac2FEJMGhRQNknBfHjD5ODQWJU5WTI9KVphbI8=
=1Um7
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat 8.5.51

2020-02-06 Thread Rémy Maucherat
On Wed, Feb 5, 2020 at 11:49 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.51 release is now available for voting.
>
> The major changes compared to the 8.5.50 release are:
>
> - AJP defaults changed to listen the loopback address, require a secret
>   and to be disabled in the sample server.xml
>
> - The JmxRemoteLifecycleListener is now deprecated
>
> - The HTTP Connector attribute rejectIllegalHeaderName is renamed to
>   rejectIllegalHeader and expanded to include header values as well as
>   names
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.51/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1246/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.51
> 05bfeed882fadd6e3b5c64a7851125750d37e297
>
> The proposed 8.5.51 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.51
>
> Rémy


Re: [VOTE] Release Apache Tomcat 8.5.51

2020-02-06 Thread Martin Grigorov
On Thu, Feb 6, 2020 at 12:49 AM Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.51 release is now available for voting.
>
> The major changes compared to the 8.5.50 release are:
>
> - AJP defaults changed to listen the loopback address, require a secret
>   and to be disabled in the sample server.xml
>
> - The JmxRemoteLifecycleListener is now deprecated
>
> - The HTTP Connector attribute rejectIllegalHeaderName is renamed to
>   rejectIllegalHeader and expanded to include header values as well as
>   names
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.51/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1246/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.51
> 05bfeed882fadd6e3b5c64a7851125750d37e297
>
> The proposed 8.5.51 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 8.5.51
>

Regards,
Martin


>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


[VOTE] Release Apache Tomcat 8.5.51

2020-02-05 Thread Mark Thomas
The proposed Apache Tomcat 8.5.51 release is now available for voting.

The major changes compared to the 8.5.50 release are:

- AJP defaults changed to listen the loopback address, require a secret
  and to be disabled in the sample server.xml

- The JmxRemoteLifecycleListener is now deprecated

- The HTTP Connector attribute rejectIllegalHeaderName is renamed to
  rejectIllegalHeader and expanded to include header values as well as
  names

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.51/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1246/

The tag is:
https://github.com/apache/tomcat/tree/8.5.51
05bfeed882fadd6e3b5c64a7851125750d37e297

The proposed 8.5.51 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.51

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org