内容简介: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 theAccessLogValve
andExtendedAccessLogValve
. 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
andSSLHostConfigCertificate
are correctly formed when theConnector
is bound to a specific IP address. (markt)62168: When using the
PersistentManager
honor a value of-1
forminIdleSwap
and do not swap out sessions to keep the number of active sessions undermaxActive
. 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
forkJoinCommonPoolProtection
of theJreMemoryLeakPreventionListener
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/orCallableStatement
are cached. (kfujino)Enable PoolCleaner to be started even if
validationQuery
is 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]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- FreeBSD 13.0-RC1 发布:改进 TCP 性能、修复和改进 SCTP
- PhpStorm 2017.3.5 发布,错误修复和改进
- Ubuntu 18.04.1 发布,安全修复和改进
- WebStorm 2018.2.2 发布,功能改进和修复
- PhpStorm 2017.3.4 发布,修复错误和功能改进
- Tomcat 7.0.88 发布,Bug 修复和改进
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
CSS3 For Web Designers
Dan Cederholm / Happy Cog / 2010-11 / $18
From advanced selectors to generated content to the triumphant return of web fonts, and from gradients, shadows, and rounded corners to full-blown animations, CSS3 is a universe of creative possibilit......一起来看看 《CSS3 For Web Designers》 这本书的介绍吧!