Tomcat 9.0.7 发布,多项改进和 Bug 修复

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Tomcat 9.0.7 发布了,详细改进记录包括: Catalina 51195: Avoid a false positive report of a web application memory leak by clearing ObjectStreamClass$Caches of classes loaded by the web application...

Tomcat 9.0.7 发布了,详细改进记录包括:

Catalina

  • 51195: Avoid a false positive report of a web application memory leak by clearing ObjectStreamClass$Caches of classes loaded by the web application when the web application is stopped. (markt)

  • 52688: Add support for the maxDays attribute to the AccessLogValve and ExtendedAccessLogValve. This allows the maximum number of days for which rotated access logs should be retained before deletion to be defined. (markt)

  • Ensure the MBean names for the SSLHostConfig and  SSLHostConfigCertificate are correctly formed when the  Connector is bound to a specific IP address. (markt)

  • 62168: When using the PersistentManager honor a value of -1 for minIdleSwap and do not swap out sessions to keep the number of active sessions under  maxActive. Patch provided by Holger Sunke. (markt)

  • 62172: Improve Javadoc for  org.apache.catalina.startup.Constants and ensure that the constants are correctly used. (markt)

  • 62175: Avoid infinite recursion, when trying to validate a session while loading it with PersistentManager. (fschumacher)

  • Ensure that NamingContextListener instances are only notified once of property changes on the associated naming resources. (markt)

  • 62224: Disable the forkJoinCommonPoolProtectionof the JreMemoryLeakPreventionListener when running on Java 9 and above since the underlying JRE bug has been fixed. (markt)

Coyote

  • Avoid potential loop in APR/Native poller. (markt)

  • Ensure streams that are received but not processed are excluded from the tracking of maximum ID of processed streams. (markt)

  • Refactor the check for a paused connector to consistently prevent new streams from being created after the connector has been paused. (markt)

  • Improve debug logging for HTTP/2 pushed streams. (markt)

  • The OpenSSL engine SSL session will now ignore invalid accesses. (remm)

  • 62177: Correct two protocol errors with HTTP/2  PUSH_PROMISE frames. Firstly, the HTTP/2 protocol only permits pushes to be sent on peer initiated requests. Secondly, pushes must be sent in order of increasing stream ID. These restriction were not being enforced leading to protocol errors at the client. (markt)

Web applications

  • Add document for FragmentationInterceptor. (kfujino)

  • Document how the roles for an authenticated user are determined when the  CombinedRealm is used. (markt)

  • 62163: Correct the Tomcat Setup documentation that incorrectly referred to Java 7 as the minimum version rather than Java 8. (markt)

Tribes

  • Add JMX support for FragmentationInterceptor in order to prevent warning of startup. (kfujino)

jdbc-pool

  • Ensure that SQLWarning has been cleared when connection returns to the pool. (kfujino)

  • Enable clearing of SQLWarning via JMX. (kfujino)

  • Ensure that parameters have been cleared when  PreparedStatement and/or CallableStatement are cached. (kfujino)

  • Enable PoolCleaner to be started even if validationQueryis not set. (kfujino)

Other

  • Update the build script so MD5 hashes are no longer generated for releases as per the change in the ASF distribution policy. (markt)

  • 62164: Switch the build script to use TLS for downloads from SourceForge and Maven Central to avoid failures due to HTTP to HTTPS redirects. (markt)

  • Always report the OS's umask when launching the JVM. (schultz)

  • Add managed connections package to the package renamed DBCP2 to provide a complete DBCP2 in Tomcat. (remm)


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Vim实用技巧

Vim实用技巧

[英] Drew Neil / 杨源、车文隆 / 人民邮电出版社 / 2014-5-1 / 59.00元

vim是一款功能丰富而强大的文本编辑器,其代码补全、编译及错误跳转等方便编程的功能特别丰富,在程序员中得到非常广泛的使用。vim能够大大提高程序员的工作效率。对于vim高手来说,vim能以与思考同步的速度编辑文本。同时,学习和熟练使用vim又有一定的难度。 《vim实用技巧》为那些想要提升自己的程序员编写,阅读本书是熟练地掌握高超的vim技巧的必由之路。全书共21章,包括121个技巧。每一章......一起来看看 《Vim实用技巧》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具