Re: [VOTE] Release Apache Tomcat 9.0.31

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

> The proposed Apache Tomcat 9.0.31 release is now available for voting.
>
> The major changes compared to the 9.0.30 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/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.31/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1245/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.31
> https://github.com/apache/tomcat/tree/9.0.31
>
> The proposed 9.0.31 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.31
>
> +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 9.0.31

2020-02-10 Thread Mark Thomas
On 05/02/2020 21:27, Mark Thomas wrote:



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

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 9.0.31

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

Mark,

On 2/5/20 4:27 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 9.0.31 release is now available for
> voting.
> 
> The major changes compared to the 9.0.30 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/tomcat9/docs/changelog.html
> 
> It can be obtained from: 
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.31/ The
> Maven staging repo is: 
> https://repository.apache.org/content/repositories/orgapachetomcat-124
5/
>
> 
The tag is:
> https://github.com/apache/tomcat/tree/9.0.31 
> https://github.com/apache/tomcat/tree/9.0.31
> 
> The proposed 9.0.31 release is: [ ] Broken - do not release [ ]
> Stable - go ahead and release as 9.0.31

I am having some odd issues with the 9.0.31 build over AJP. Some
requests are fine, others are not fine. Tomcat reports a 200 response,
but httpd reports a 503. httpd is proxying via mod_proxy_ajp. This
setup with 8.5.51 testing earlier today was working with the same
mod_proxy_ajp configuration. The Tomcat 9 configuration does not
differ appreciably from the Tomcat 8.5 configuration.

I will investigate further tomorrow.

- -chris
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl48u7IACgkQHPApP6U8
pFhiGw/+OiAneQaRYAzO3FJfYoVUbiMCTZrpTQzWupQSxzjfVZSGw59McvTsByWm
M87EwI1WP+y8vHrGR/5wgjacJ0brrwiCdCk5ozZoGJC+YiFKbbl/CRaBzsWgfKrl
hKvSCUY/sV5+XxhfiTZYz88EFUUBu8t4soerpvOlvawKBT20TafYsOHN522m53pl
sRkVYHEyD4y5TV1Nf5tVsgjqPIGboQDZPWSzD509DFhaVWByYSdQX8SvUCxrVO3M
5uFnIEubH9H5haGPQ2PRHy93TGIh8q12Ujr78KmMFj/sKFsNVT8N608imP2U4N8G
ZrGdwv3N6anrQhdv4bg8fRLNktCixr5GWHOjMjmuaRM9PCm4xR5e6sFzL6V1hJIa
XcIWnXQryv9qL50gidcF3S1YjOF7B/qyUfn+b22Ppr66QjKA/dBVndiyb2dC7quK
iWEJ3bcGE1ZXSlDveHZq5GMnB4hQpimse2ynslwdhX7sE4UoyfI1XWiF5/zYIGt+
CtN7rREg09L6zCjSxdFeUEVzHLFwbvm1wZiSvMrNa1ubRF6ggwntTLC/ul4jR23u
7Jy3g63Wl5bk1fegtuX0bjlyLKlUua6oMBn6w4WOps018jXWDKEQBWyZhL0P1hE2
n/8xsbyxzfNToqDFjqfCuvZTXMuom8MmaHYtS/i5m7Dvww0padU=
=0KbZ
-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 9.0.31

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

> The proposed Apache Tomcat 9.0.31 release is now available for voting.
>
> The major changes compared to the 9.0.30 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/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.31/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1245/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.31
> https://github.com/apache/tomcat/tree/9.0.31
>
> The proposed 9.0.31 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.31
>
> Rémy


Re: [VOTE] Release Apache Tomcat 9.0.31

2020-02-06 Thread Martin Grigorov
On Wed, Feb 5, 2020 at 11:27 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 9.0.31 release is now available for voting.
>
> The major changes compared to the 9.0.30 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/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.31/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1245/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.31
> https://github.com/apache/tomcat/tree/9.0.31
>
> The proposed 9.0.31 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 9.0.31
>

Regards,
Martin


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