Hi all,

change r1767357 broke ajp connector with an executor.

Tomcat fails to set the thread priority, since the ajp connector reports a 
default priority of -1 and Thread#setPriority will throw an IAE in line 583 of 
AbstractProtocol#start.

To reproduce this enable the commented executor in server.xml and add that 
executor to the ajp connector.

A second rather minor point is a white space policy violation in 
webapps/docs/config/http2.xml:160.

Regards,
 Felix

Am 2. November 2016 15:15:03 MEZ, schrieb Mark Thomas <ma...@apache.org>:
>The proposed Apache Tomcat 8.5.7 release is now available for voting.
>
>The major changes compared to the 8.5.6 release are:
>
>
>- Implement header limits for HTTP/2
>
>- Improve handling of I/O errors with async processing
>
>- Fail earlier on invalid HTTP requests
>
>It can be obtained from:
>https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.7/
>The Maven staging repo is:
>https://repository.apache.org/content/repositories/orgapachetomcat-1102/
>The svn tag is:
>http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_7/
>
>The proposed 8.5.7 release is:
>[ ] Broken - do not release
>[ ] Alpha  - go ahead and release as 8.5.7
>[ ] Beta   - go ahead and release as 8.5.7
>[ ] Stable - go ahead and release as 8.5.7
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to