Path to this page:
Subject: CVS commit: pkgsrc/www/apache-tomcat7
From: Ryo ONODERA
Date: 2017-05-21 01:41:58
Message id: 20170520234158.ECA6FFBE4@cvs.NetBSD.org
Log Message:
Update to 7.0.78
Changelog:
Tomcat 7.0.78 (violetagg)
General
add Allow to exclude JUnit test classes using the build property \
test.exclude and document the property in BUILDING.txt. (rjung)
Catalina
fix Review those places where Tomcat re-encodes a URI or URI component \
and ensure that that correct encoding (path differs from query string) is \
applied and that the encoding is applied consistently. (markt)
fix Use a more reliable mechanism for the DefaultServlet when \
determining if the current request is for custom error page or not. (markt)
fix Ensure that when the Default or WebDAV servlets process an error \
dispatch that the error resource is processed via the doGet() method \
irrespective of the method used for the original request that triggered the \
error. (markt)
fix If a static custom error page is specified that does not exist or \
cannot be read, ensure that the intended error status is returned rather than a \
404. (markt)
fix When the WebDAV servlet is configured and an error dispatch is made \
to a custom error page located below WEB-INF, ensure that the target error page \
is displayed rather than a 404 response. (markt)
add 61047: Add MIME mapping for woff2 fonts in the default web.xml. \
Patch provided by Justin Williamson. (violetagg)
fix Correct the logic that selects the encoding to use to decode the \
query string in the SSIServletExternalResolver so that the useBodyEncodingForURI \
attribute of the Connector is correctly taken into account. (markt)
fix 61072: Respect the documentation statements that allow using the \
platform default secure random for session id generation. (remm)
fix Correct the javadoc for \
o.a.c.connector.CoyoteAdapter#parseSessionCookiesId. Patch provided by John \
Andrew (XUZHOUWANG) via Github. (violetagg)
Jasper
fix 60925: Improve the handling of access to properties defined by \
interfaces when a BeanELResolver is used under a SecurityManager. (markt)
WebSocket
fix 61003: Ensure the flags for reading/writing in \
o.a.t.websocket.AsyncChannelWrapperSecure are correctly reset even if some \
exceptions occurred during processing. (markt/violetagg)
Web applications
add Document the property test.excludePerformance in BUILDING.txt. (rjung)
add Add documents for maxIdleTime attribute to Channel Receiver docs. \
(kfujino)
jdbc-pool
code Refactor the creating a constructor for a proxy class to reduce \
duplicate code. (kfujino)
fix In StatementFacade, the method call on the statements that have been \
closed throw SQLException rather than NullPointerException. (kfujino)
Other
fix Correct comments about Java 8 in Jre8Compat. Patch provided by \
fibbers via Github. (violetagg)
fix 60932: Correctly escape single quotes when used in i18n messages. \
Based on a patch by Michael Osipov. (markt)
Files: