The proposed Apache Tomcat 9.0.71 release is now available for voting. The notable changes compared to 9.0.70 are:
- Correct a regression in the refactoring that replaced the use of the URL constructors. The regression broke lookups for resources that contained one or more characters in their name that required escaping when used in a URI path. - When resetting an HTTP/2 stream because the final response has been generated before the request has been fully read, use the HTTP/2 error code NO_ERROR so that client does not discard the response. Based on a suggestion by Lorenzo Dalla Vecchia. - Change the default of the org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED system property to true unless the EL library is running on Tomcat in which case the default remains false as the EL library is already called from within a privileged block and skipping the unnecessary privileged block improves performance. Along with lots of other bug fixes and improvements. For full details, see the changelog: https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.71/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1415 The tag is: https://github.com/apache/tomcat/tree/9.0.71 83ff421c4725bccfd7bec1a16b8ca3cb61bedd2a The proposed 9.0.71 release is: [ ] Broken - do not release [ ] Stable - go ahead and release as 9.0.71 Rémy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org