红联Linux门户
Linux帮助

Apache Tomcat 6.0.37发布

发布时间:2013-05-05 08:55:18来源:红联作者:empast
JSP引擎Apache Tomcat 6.0.37发布。2013-05-03 上一个版本是2012-10-19的6.0.36 现在7.0已经是Tomcat的主流了。但还在使用6系列的朋友可以升级到这个版本 其他支持产品线是7.0.39和5.5.36。

完全改进:

Tomcat 6.0.37 (jfclere)
Catalina
52055: Ensure that filters are recycled. (markt/kkolinko)
52184: Reduce log level for invalid cookies. (markt)
53481: Added support for SSLHonorCipherOrder to allow the server to impose its cipher order on the client. Based on a patch provided by Marcel Šebek. (schultz)
54044: Correct bug in timestamp cache used by logging (including the access log valve) that meant entries could be made with an earlier timestamp than the true timestamp. (markt)
In FormAuthenticator: If it is configured to change Session IDs, do the change before displaying the login form. (kkolinko)
54054: Do not share shell environment variables between multiple instances of the CGI servlet. (markt)
54087: Correctly handle (ignore) invalid If-Modified-Since header rather than throwing an exception. (markt/kkolinko)
54220: Ensure the ErrorReportValve only generates an error report if the error flag on the response has been set. (markt)
Fix memory leak of servlet instances when running with a SecurityManager and either init() or destroy() methods fail or the servlet is a SingleThreadModel one, and of filter instances if their destroy() method fails with an Error. (kkolinko)
54382: Fix NPE when SSI processing is enabled and an empty SSI directive is present. (markt)
54483: Correct one of the Spanish translations. Based on a suggestion from adinamita. (kkolinko)
54527: Synchronize conf/web.xml mime mapping with Tomcat 7. (markt)

Coyote
54248: Ensure that byte order marks are swallowed when using a Reader to read a request body with a BOM for those encodings that require byte order marks. (markt)
54324: Allow APR connector to disable TLS compression if OpenSSL supports it. (schultz)
54456: Ensure that if a client aborts a request when sending a chunked request body that this is communicated correctly to the client reading the request body. (markt)
Update the native component of the APR/native connector to 1.1.27 and make that version the recommended minimum version. (kkolinko)

Jasper
54615: Tomcat 6 doesn't build against ecj 4.x (kkolinko)

Cluster
54045: Make sure getMembers() returns available member when TcpFailureDetector works in static cluster. (kfujino)

Web applications
22278: Add a commented out sample configuration ofRemoteAddrValvetoMETA-INF/context.xmlfiles of the Manager and Host Manager applications. (kkolinko)
54080: Clarify documentation for initial value ofinternalProxiesattribute ofRemoteIpValve. (schultz/kkolinko)
54198: Clarify thatHttpServletResponse.sendError(int)results in an HTML response by default. (markt)
54207: Correct JNDI factory package name in Javadoc fororg.apache.naming.java.javaURLContextFactory. (markt)

Other
Add sample Apache Commons Daemon JSVC wrapper script bin/daemon.sh that can be used with /etc/init.d. (kkolinko)
In the build configuration: introduce property "tomcat.output" that is used to specify location of the build output directory. This simplifies configuration if someone wants to move theoutputdirectory elsewhere (e.g. out of the source tree). (kkolinko)
54390: Use 'java_home' on Mac OS X to auto-detect JAVA_HOME. (schultz)
54601: Change catalina.sh to consistently use LOGGING_MANAGER variable to configure logging, instead of modifying JAVA_OPTS one. (kkolinko)
54890: Update to Apache Commons Daemon 1.0.15. (mturk)

下载:http://www.apache.org/dist/tomcat/tomcat-6/v6.0.37/

来自:开源中国社区
文章评论

共有 0 条评论