You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@tomcat.apache.org by Christopher Schultz <sc...@apache.org> on 2022/06/12 17:44:07 UTC

[ANN] Apache Tomcat 8.5.81 available

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.81.

Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.

Apache Tomcat 8.5.81 is a bugfix and feature release. The notable
changes compared to 8.5.79 include:

- Ensure that changes made to a request by the RemoteIPValve persist
   after the request is put into asynchronous mode.

- Correct a regression in the support added for encrypted PKCS#1
   formatted private keys in the previous release that broke support
   for unencrypted PKCS#1 formatted private keys.

- Increase the default buffer size for cluster messages from 43800
   to 65536 bytes. This is expected to improve performance for large
   messages when running on Linux based systems.

- When using TLS with non-blocking writes and the NIO connector,
   ensure that flushing the buffers attempts to empty all of the
   output buffers.

Along with lots of other bug fixes and improvements.

Please refer to the change log for the complete list of changes:
https://tomcat.apache.org/tomcat-8.5-doc/changelog.html


Downloads:
https://tomcat.apache.org/download-80.cgi

Migration guides from Apache Tomcat 7.x and 8.0:
https://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

Re: [ANN] Apache Tomcat 8.5.81 available

Posted by Han Li <ao...@gmail.com>.
> 2022年6月14日 00:23,Christopher Schultz <ch...@christopherschultz.net> 写道:
> 
> Li,
> 
> On 6/13/22 08:26, Han Li wrote:
>>> 2022年6月13日 01:44,Christopher Schultz <sc...@apache.org> 写道:
>>> 
>>> The Apache Tomcat team announces the immediate availability of Apache
>>> Tomcat 8.5.81.
>>> 
>>> Apache Tomcat 8 is an open source software implementation of the Java
>>> Servlet, JavaServer Pages, Java Unified Expression Language, Java
>>> WebSocket and JASPIC technologies.
>>> 
>>> Apache Tomcat 8.5.81 is a bugfix and feature release. The notable
>>> changes compared to 8.5.79 include:
>>> 
>>> - Ensure that changes made to a request by the RemoteIPValve persist
>>> after the request is put into asynchronous mode.
>>> 
>>> - Correct a regression in the support added for encrypted PKCS#1
>>> formatted private keys in the previous release that broke support
>>> for unencrypted PKCS#1 formatted private keys.
>>> 
>>> - Increase the default buffer size for cluster messages from 43800
>>> to 65536 bytes. This is expected to improve performance for large
>>> messages when running on Linux based systems.
>>> 
>>> - When using TLS with non-blocking writes and the NIO connector,
>>> ensure that flushing the buffers attempts to empty all of the
>>> output buffers.
>>> 
>>> Along with lots of other bug fixes and improvements.
>>> 
>>> Please refer to the change log for the complete list of changes:
>>> https://tomcat.apache.org/tomcat-8.5-doc/changelog.html
>>> 
>>> 
>>> Downloads:
>>> https://tomcat.apache.org/download-80.cgi
>>> 
>>> Migration guides from Apache Tomcat 7.x and 8.0:
>>> https://tomcat.apache.org/migration.html
>>> 
>>> Enjoy!
>>> 
>>> - The Apache Tomcat team
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>>> For additional commands, e-mail: users-help@tomcat.apache.org
>>> 
>> Hi, Christopher.
>> I think you may have forgotten to update changelog, which is still 8.5.79.
>> :)
> 
> The changelog has been updated. You may be seeing a cached page from the CDN. Please let me know if it's still showing the old version.
> 
> -chris
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org <ma...@tomcat.apache.org>
> For additional commands, e-mail: dev-help@tomcat.apache.org <ma...@tomcat.apache.org>
Sorry, I did see the cached data, I cleared my browser cache and it is now up to date.

Thanks for your reply.

Han Li




Re: [ANN] Apache Tomcat 8.5.81 available

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Li,

On 6/13/22 08:26, Han Li wrote:
> 
> 
>> 2022年6月13日 01:44,Christopher Schultz <sc...@apache.org> 写道:
>>
>> The Apache Tomcat team announces the immediate availability of Apache
>> Tomcat 8.5.81.
>>
>> Apache Tomcat 8 is an open source software implementation of the Java
>> Servlet, JavaServer Pages, Java Unified Expression Language, Java
>> WebSocket and JASPIC technologies.
>>
>> Apache Tomcat 8.5.81 is a bugfix and feature release. The notable
>> changes compared to 8.5.79 include:
>>
>> - Ensure that changes made to a request by the RemoteIPValve persist
>>   after the request is put into asynchronous mode.
>>
>> - Correct a regression in the support added for encrypted PKCS#1
>>   formatted private keys in the previous release that broke support
>>   for unencrypted PKCS#1 formatted private keys.
>>
>> - Increase the default buffer size for cluster messages from 43800
>>   to 65536 bytes. This is expected to improve performance for large
>>   messages when running on Linux based systems.
>>
>> - When using TLS with non-blocking writes and the NIO connector,
>>   ensure that flushing the buffers attempts to empty all of the
>>   output buffers.
>>
>> Along with lots of other bug fixes and improvements.
>>
>> Please refer to the change log for the complete list of changes:
>> https://tomcat.apache.org/tomcat-8.5-doc/changelog.html
>>
>>
>> Downloads:
>> https://tomcat.apache.org/download-80.cgi
>>
>> Migration guides from Apache Tomcat 7.x and 8.0:
>> https://tomcat.apache.org/migration.html
>>
>> Enjoy!
>>
>> - The Apache Tomcat team
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
> 
> Hi, Christopher.
> 
> I think you may have forgotten to update changelog, which is still  8.5.79.
> :)

The changelog has been updated. You may be seeing a cached page from the 
CDN. Please let me know if it's still showing the old version.

-chris

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


Re: [ANN] Apache Tomcat 8.5.81 available

Posted by Han Li <ao...@gmail.com>.

> 2022年6月13日 01:44,Christopher Schultz <sc...@apache.org> 写道:
> 
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 8.5.81.
> 
> Apache Tomcat 8 is an open source software implementation of the Java
> Servlet, JavaServer Pages, Java Unified Expression Language, Java
> WebSocket and JASPIC technologies.
> 
> Apache Tomcat 8.5.81 is a bugfix and feature release. The notable
> changes compared to 8.5.79 include:
> 
> - Ensure that changes made to a request by the RemoteIPValve persist
>  after the request is put into asynchronous mode.
> 
> - Correct a regression in the support added for encrypted PKCS#1
>  formatted private keys in the previous release that broke support
>  for unencrypted PKCS#1 formatted private keys.
> 
> - Increase the default buffer size for cluster messages from 43800
>  to 65536 bytes. This is expected to improve performance for large
>  messages when running on Linux based systems.
> 
> - When using TLS with non-blocking writes and the NIO connector,
>  ensure that flushing the buffers attempts to empty all of the
>  output buffers.
> 
> Along with lots of other bug fixes and improvements.
> 
> Please refer to the change log for the complete list of changes:
> https://tomcat.apache.org/tomcat-8.5-doc/changelog.html
> 
> 
> Downloads:
> https://tomcat.apache.org/download-80.cgi
> 
> Migration guides from Apache Tomcat 7.x and 8.0:
> https://tomcat.apache.org/migration.html
> 
> Enjoy!
> 
> - The Apache Tomcat team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 

Hi, Christopher.

I think you may have forgotten to update changelog, which is still  8.5.79.
:)

Han Li


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