Next | Query returned 50 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2016-05-01 02:41:29 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
Update to 7.0.69

Changelog:
Tomcat 7.0.69 (violetagg)

    Catalina

        fix	Fix the type of InstanceManager attribute of mbean definition of \ 
StandardContext. (kfujino)
        add	58351: Make the server build date and server version number \ 
accessible via JMX. Patch provided by Huxing Zhang. (markt)
        fix	59001: Correctly handle the case when Tomcat is installed on a path \ 
where one of the segments ends in an exclamation mark. (markt)
        fix	Expand the fix for 59001 to cover the special sequences used in \ 
Tomcat's custom jar:war: URLs. (markt)
        fix	59043: Avoid warning while expiring sessions associated with a \ 
single sign on if HttpServletRequest.logout() is used. (markt)
        fix	59054: Ensure that using the CrawlerSessionManagerValve in a \ 
distributed environment does not trigger an error when the Valve registers \ 
itself in the session. (markt)
        add	Log a warning message if a user tries to configure the default \ 
session timeout via the deprecated (and ignored) \ 
Manager.setMaxInactiveInterval() method. (markt)
        fix	Correct a regression introduced in 7.0.68 where the deprecated \ 
Manager.getMaxInactiveInterval() method returned the current default session \ 
timeout in minutes rather than seconds. (markt)
        fix	When a Host is configured with an appBase that does not exist, \ 
create the appBase before trying to expand an external WAR file into it. (markt)
        fix	59115: When using the Servlet 3.0 file upload, the submitted file \ 
name may be provided as a token or a quoted-string. If a quoted-string, unquote \ 
the string before returning it to the user. (markt)
        fix	59123: Close NamingEnumeration objects used by the JNDIRealm once \ 
they are no longer required. (fschumacher/markt)
        fix	59138: Correct a false positive warning for ThreadLocal related \ 
memory leaks when the key class but not the value class has been loaded by the \ 
web application class loader. (markt)
        fix	59145: Don't log an invalid warning when a user logs out of a \ 
session associated with SSO. (markt)
        fix	59151: Fix a regression in the fix for 56917 that added additional \ 
(and arguably unnecessary) validation to the provided redirect location. (markt)
        fix	59206: Ensure NPE will not be thrown by \ 
o.a.tomcat.util.file.ConfigFileLoader when catalina.base is not specified. \ 
(violetagg)
        fix	59213: Async dispatches should be based off a wrapped request. (remm)
        fix	59217: Remove duplication in the recycling of the path in \ 
o.a.tomcat.util.http.ServerCookie. Patch is provided by Kyohei Nakamura. \ 
(violetagg)
        fix	Ensure that javax.servlet.ServletRequest and \ 
javax.servlet.ServletResponse provided during javax.servlet.AsyncListener \ 
registration are made available via javax.servlet.AsyncEvent.getSuppliedRequest \ 
and javax.servlet.AsyncEvent.getSuppliedResponse (violetagg)
        fix	Clarify the log message that specifying both urlPatterns and value \ 
attributes in WebServlet and WebFilter annotations is not allowed. (violetagg)
        fix	Ensure the exceptions caused by Valves will be available in the log \ 
files so that they can be evaluated when \ 
o.a.catalina.valves.ErrorReportValve.showReport is disabled. Patch is provided \ 
by Svetlin Zarev. (violetagg)
        fix	59247: Preload ResourceEntry as a workaround for security manager \ 
issues on some JVMs. (kkolinko/remm)
        fix	59269: Correct the implementation of PersistentManagerBase so that \ 
minIdleSwap functions as designed and sessions are swapped out to keep the \ 
active session count below maxActiveSessions. (markt)

Coyote

    fix	58646: Correct a problem with sendfile that resulted in a Processor \ 
being added to the cache twice leading to broken responses. (markt)
    fix	59015: Fix potential cause of endless APR Poller loop during shutdown if \ 
the Poller experiences an error during the shutdown process. (markt)
    fix	Limit the default TLS ciphers for JSSE (BIO, NIO) and OpenSSL (APR) to \ 
those currently considered secure. (markt)
    add	Add a new environment variable JSSE_OPTS that is intended to be used to \ 
pass JVM wide configuration to the JSSE implementation. The default value is \ 
-Djdk.tls.ephemeralDHKeySize=2048 which protects against weak Diffie-Hellman \ 
keys. (markt)

WebSocket

    fix	59014: Ensure that a WebSocket close message can be sent after a close \ 
message has been received. (markt)
    fix	Correctly handle compression of partial messages when the final message \ 
fragment has a zero length payload. (markt)
    add	Extend the WebSocket programmatic echo endpoint provided in the examples \ 
to handle binary messages and also partial messages. This aligns the code with \ 
Tomcat 8 and makes it easier to run the Autobahn testsuite against the WebSocket \ 
implementation. (markt)
    fix	59119: Correct read logic for WebSocket client when using secure \ 
connections. (markt)
    fix	59134: Correct client connect logic for secure connections made through \ 
a proxy. (markt)
    fix	59189: Explicitly release the native memory held by the Inflater and \ 
Deflater when using PerMessageDeflate and the WebSocket session ends. Based on a \ 
patch by Henrik Olsson. (markt)

Web Applications

    fix	Correct the description of the ServletRequest.getServerPort() in Proxy \ 
How-To. Issue reported via comments.apache.org. (violetagg)
    fix	Fix a potential indefinite wait in the Comet Chat servlet in the \ 
examples web application. (markt)
    fix	59229: Fix error in HTTP docs and make clear the the HTTP NIO connector \ 
uses non-blocking I/O to read the HTTP request headers. (markt)
    fix	Update in the documentation the link to the maven repository where \ 
Tomcat snapshot artifacts are deployed. (markt/violetagg)
    fix	Clarify in the documentation that calls to ServletContext.log(String, \ 
Throwable) or GenericServlet.log(String, Throwable) are logged at the SEVERE \ 
level. (violetagg)

Tribes

    fix	If promoting a proxy node to a primary node when getting a session, \ 
notify the change of the new primary node to the original backup node. (kfujino)
    fix	Avoid NPE when a proxy node failed to retrieve a backup entry. (kfujino)
    add	Add log of when received an unexpected messages. (kfujino)
    add	Add the flag indicating that member is a localMember. (kfujino)

Other

    fix	58283: Change the default download location for libraries during the \ 
build process from /usr/share/java to ${user.home}/tomcat-build-libs. Patch \ 
provided by Ahmed Hosni. (markt)
    fix	59031: When using the Windows uninstaller, do not remove the contents of \ 
any directories that have been symlinked into the Tomcat directory structure. \ 
(markt)
    update	Modify the default tomcat-users.xml file to make it harder for users \ 
to configure the entries intended for use with the examples web application for \ 
the Manager application. (markt)
    fix	59211: Add hamcrest to Eclipse classpath. Patch is provided by Huxing \ 
Zhang. (violetagg)
    update	59280: Update the NSIS Installer used to build the Windows Installers \ 
to version 2.51. (kkolinko)
   2016-02-28 11:17:13 by Ryo ONODERA | Files touched by this commit (2) | Package updated
Log message:
Update to 7.0.68

Changelog:
Tomcat 7.0.68 (violetagg)

    General

        add	Allow to configure multiple JUnit test class patterns with the build \ 
property test.name and document the property in BUILDING.txt. (rjung)

    Catalina

        fix	Correct implementation of validateClientProvidedNewSessionId so \ 
client provided session IDs may be rejected if validation is enabled. (markt)
        fix	56785: Avoid NullPointerException if directory exists on the class \ 
path that is not readable by the Tomcat user. (kkolinko)
        fix	57906: Suppress WebappClassLoader log messages when running with a \ 
security manager on Java 6, caused by \ 
java.beans.Introspector.findExplicitBeanInfo() calls during evaluation of EL \ 
expressions. (kkolinko)
        fix	58692: Make StandardJarScanner more robust. Log a warning if a class \ 
path entry cannot be scanned rather than triggering the failure of the web \ 
application. (markt)
        fix	58701: Reset the instanceInitialized field in StandardWrapper when \ 
unloading a Servlet so that a new instance may be correctly initialized. (markt)
        fix	58702: Ensure an access log entry is generated if the client aborts \ 
the connection. (markt)
        fix	Fixed various issues reported by Findbugs. (violetagg)
        fix	58735: Add support for the X-XSS-Protection header to the \ 
HttpHeaderSecurityFilter. Patch provided by Jacopo Cappellato. (markt)
        fix	58751: Correctly handle the case where an AsyncListener dispatches \ 
to a Servlet on an asynchronous timeout and the Servlet uses sendError() to \ 
trigger an error page. Includes a test case based on code provided by Andy \ 
Wilkinson.(markt)
        fix	58765: Change default for mapperContextRootRedirectEnabled to true \ 
since this is required for correct session management because of the default for \ 
sessionCookiePathUsesTrailingSlash. (markt)
        fix	Add the StatusManagerServlet to the list of Servlets that can only \ 
be loaded by privileged applications. (markt)
        fix	Simplify code and fix messages in \ 
org.apache.catalina.core.DefaultInstanceManager class. (kkolinko)
        fix	Ensure that the proper file encoding if specified will be used when \ 
a readme file is served by DefaultServlet. (violetagg)
        fix	Fix declaration of localPort attribute of Connector MBean: it is \ 
read-only. (kkolinko)
        fix	58766: Make skipping non-class files during annotation scanning \ 
faster by checking the file name first. Improve debug logging. (kkolinko)
        fix	58768: Log a warning if a redirect fails because of an invalid \ 
location. (markt)
        fix	58836: Correctly merge query string parameters when processing a \ 
forwarded request where the target includes a query string that contains a \ 
parameter with no value. (markt/kkolinko)
        fix	Make sure that shared Digester is reset in an unlikely error case in \ 
HostConfig.deployWAR(). (kkolinko)
        fix	Fix a potential JDBC resource leak in DataSourceRealm. (schultz)
        fix	58900: Correctly undeploy symlinked resources and prevent an \ 
infinite cycle of deploy / undeploy. (markt)
        fix	Protect initialization of ResourceLinkFactory when running with a \ 
SecurityManager. (kkolinko)
        add	Extend the feature available in the cluster session manager \ 
implementations that enables session attribute replication to be filtered bases \ 
on attribute name to all session manager implementations. Note that \ 
configuration attribute name has changed from sessionAttributeFilter to \ 
sessionAttributeNameFilter. Apply the filter on load as well as unload to ensure \ 
that configuration changes made while the web application is stopped are applied \ 
to any persisted data. (markt)
        add	Extend the session attribute filtering options to include filtering \ 
based on the implementation class of the value and optional WARN level logging \ 
if an attribute is filtered. These options are available for all of the Manager \ 
implementations that ship with Tomcat. When a SecurityManager is used filtering \ 
will be enabled by default. (markt)
        fix	58905: Ensure that Tomcat.silence() silences the correct logger and \ 
respects the current setting. (markt)
        fix	58946: Ensure that the request parameter map remains immutable when \ 
processing via a RequestDispatcher. (markt)

    Coyote

        add	New configuration option ajpFlush for the AJP connectors to disable \ 
the sending of AJP flush packets. (rjung)

    Jasper

        fix	Fix handling of missing messages in \ 
org.apache.el.util.MessageFactory. (violetagg)

    Cluster

        fix	In order to avoid that the heartbeat thread and the background \ 
thread to run Channel.heartbeat simultaneously, if heartbeatBackgroundEnabled of \ 
SimpleTcpCluster set to true, ensure that the heartbeat thread does not start. \ 
(kfujino)

    WebSocket

        fix	57489: Ensure onClose() is called when a WebSocket connection is \ 
closed even if the sending of the close message fails. Includes test cases by \ 
Barry Coughlan. (markt)
        fix	Fix a timing issue on session close that could result in an \ 
exception being thrown for an incomplete message even through the message was \ 
completed. (markt)

    Web Applications

        fix	Correct some typos in the JNDI resources How-To. (markt)
        fix	Don't create sessions unnecessarily in the Manager application. (markt)
        fix	Don't create sessions unnecessarily in the Host Manager application. \ 
(markt)
        fix	58723: Clarify documentation and error messages for the text \ 
interface of the manager to make clear that version must be used with path when \ 
referencing contexts deployed using parallel deployment. (markt)
        fix	Correct an error in the documentation of the extory will always be \ 
deleted and recreated by expanding the WAR if unpackWARs is true. (markt)
        fix	58935: Remove incorrect references in the documentation to using \ 
jar:file: URLs with the Manager application. (markt)

    Tribes

        fix	Add sun the static cluster. (kfujino)
        fix	Ignore the unnecessary member remove operation from different \ 
domain. (kfujino)
        fix	Add support for the shutdown notification of local members in the \ 
static cluster. (kfujino)
        fix	Ensure that asynchronous session replication thread is a daemon \ 
thread. (kfujino)

    Other

        update	Update the NSIS Installer used to build the Windows Installers to \ 
version 2.50. (markt/kkolinko)
   2015-12-21 18:03:26 by Ryo ONODERA | Files touched by this commit (2) | Package updated
Log message:
Update to 7.0.67

Changelog:
Tomcat 7.0.67 (violetagg)

    Catalina

        add	56917: As per RFC7231 (HTTP/1.1), allow HTTP/1.1 and later redirects \ 
to use relative URIs. This is controlled by a new attribute useRelativeRedirects \ 
on the Context and defaults to true. (markt)
        fix	58660: Correct a regression in 7.0.66 caused by the change that \ 
moved the redirection for context roots from the Mapper to the Default Servlet. \ 
(markt)
        fix	Fixed potential NPE in HostConfig while deploying an application. \ 
Issue reported by coverity scan. (violetagg)
        fix	58655: Fix an IllegalStateException when calling \ 
HttpServletResponse.sendRedirect() with the RemoteIpFilter. This was caused by \ 
trying to correctly generate the absolute URI for the redirect. With the fix for \ 
56917, redirects may now be relative making the sendRedirect() implementation \ 
for the RemoteIpFilter much simpler. This also addresses issues where the \ 
redirect may not have behaved as expected when redirecting from http to https to \ 
from https to http. (markt)

    WebSocket

        fix	58658: Correct a regression in 7.0.66 that prevented Tomcat from \ 
starting on Java 6 unless the WebSocket JARs (that require Java 7) were removed. \ 
(markt)

    Web Applications

        add	Add a description of the default value of heartbeatSleeptime \ 
attribute and optionCheck attribute in the cluster channel docs. (kfujino)

    Tribes

        fix	Fix potential NPE in AbstractReplicatedMap.breakdown(). (kfujino)

Tomcat 7.0.66 (violetagg)	not released

    General

        update	58596: Clarify the description in RUNNING.txt of how environment \ 
variables are used. (markt)

    Catalina

        fix	34319: Only load those keys in StoreBase.processExpire from \ 
JDBCStore, that are old enough, to be expired. Based on a patch by Tom Anderson. \ 
(fschumacher)
        fix	56777: Allow file based configuration resources (user database, \ 
certificate revocation lists, keystores and trust stores) to be configured using \ 
URLs as well as files. Back-port provided by Huxing Zhang. (markt/violetagg)
        add	57741: Enable the CGI servlet to use the standard error page \ 
mechanism. Note that if the CGI servlet's debug init parameter is set to 10 or \ 
higher then the standard error page mechanism will be bypassed and a debug \ 
response generated by the CGI servlet will be returned instead. (markt)
        add	58486: Protect against two further possible memory leaks associated \ 
with XML parsing. (markt)
        code	58497: Make AbstractHttp11Processor easy to extend. (markt)
        fix	58508: Escape role names when generating associated MBeans in case \ 
the role name contains characters not permitted in an MBean name. (markt)
        fix	58522: Fixed concurrency issue when iterating web application's \ 
resources. (violetagg)
        fix	58534: Removed repeated conditional tests in \ 
o.a.tomcat.websocket.pojo.PojoMethodMapping and o.a.tomcat.util.net.AprEndpoint \ 
Patch provided by Anthony Whitford. (violetagg)
        fix	58535: Use Collections.reverseOrder when a reverse ordering is \ 
needed. (violetagg)
        fix	58537: Some of the inner classes in \ 
o.a.catalina.valves.ExtendedAccessLogValve are made static. Patch provided by \ 
Anthony Whitford. (violetagg)
        fix	58540: Removed unused code from o.a.catalina.connector.Request. \ 
Patch provided by Anthony Whitford. (violetagg)
        fix	58541, 58544: It is more efficient to call Integer.toString(int) \ 
instead of Integer.valueOf(int).toString() when only a string representation of \ 
a primitive is needed. Based on a patch provided by Anthony Whitford. \ 
(violetagg)
        fix	58541, 58547: It is more efficient to call valueOf(...) instead of \ 
Number constructor. Based on a patch provided by Anthony Whitford. (violetagg)
        fix	58545: In some use cases it is more efficient to use Map.entrySet() \ 
instead of Map.keySet() Based on a patch provided by Anthony Whitford. \ 
(violetagg)
        add	Add a new RestCsrfPreventionFilter that provides basic CSRF \ 
protection for REST APIs. (violetagg)
        fix	58581: If a custom error page fails, fall back to the standard error \ 
page rather than throwing an NPE. Based on a patch by Huxing Zhang. (markt)
        fix	58582: Combined realm should perform background processing on its \ 
sub-realms. Based upon a patch provided by Aidan. (kkolinko)
        fix	Handle the unlikely case where different versions of a web \ 
application are deployed with different session settings. (markt)
        add	Add a new Context option, enabled by default, that enables an \ 
additional check that a client provided session ID is in use in at least one \ 
other web application before allowing it to be used as the ID for a new session \ 
in the current web application. (markt)
        add	Add support for DIGEST authentication to the JNDIRealm. Based on a \ 
patch by Alexis Hassler. (markt)
        fix	58603: Ensure that HttpServletRequest.getRequestURL() returns the \ 
correct value when using the RemoteIpFilter. (markt)
        fix	Ensure that in an embedded Tomcat the logging configuration is not \ 
lost during garbage collection. (violetagg)
        add	Move the functionality that provides redirects for context roots and \ 
directories where a trailing / is added from the Mapper to the DefaultServlet. \ 
This enables such requests to be processed by any configured Valves and Filters \ 
before the redirect is made. This behaviour is configurable via the \ 
mapperContextRootRedirectEnabled and mapperDirectoryRedirectEnabled attributes \ 
of the Context which may be used to restore the previous behaviour. (markt)
        fix	58635: Enable break points to be set within agent code when running \ 
Tomcat with a Java agent. Based on a patch by Huxing Zhang. (markt)

    Jasper

        fix	57136#c25: Implement a setting that controls what quoting rule is \ 
used when parsing EL expressions in attributes on a JSP page (chapter JSP.1.6 of \ 
specification). The setting name is quoteAttributeEL and it is configured as \ 
initialisation parameter of JSP Servlet (per web application configuration is \ 
possible) and as a command line option for JspC. The default value was changed \ 
to true, which restores behaviour implemented in Tomcat 7.0.64. It means that \ 
attribute quoting is applied on top of EL quoting. This provides better \ 
compatibility with older versions of Tomcat and other implementations. \ 
(kkolinko)

    Cluster

        fix	Optimize the session lock range in DeltaManager.requestCompleted. \ 
(kfujino)
        fix	Enable an explicit configuration of local member in the static \ 
cluster membership. (kfujino)
        fix	Fix potential integer overflow in DeltaSession. Reported by coverity \ 
scan. (fschumacher)

    Tribes

        code	Distinguish the handling of the shutdown payload and member \ 
verification clearly. When handling shutdown payload, verification completion \ 
message is not required. (kfujino)
        fix	When starting the StaticMembershipInterceptor, \ 
StaticMembershipInterceptor checks the required Interceptors. If the required \ 
Interceptor does not exist, it issues warning logs. (kfujino)
        fix	Ensure that the static member is registered to the add suspect list \ 
even if the static member that is registered to the remove suspect list has \ 
disappeared. (kfujino)
        fix	Correct the warning log of when the member that is not registered in \ 
the membership is detected. (kfujino)
        fix	When using a static cluster, add the members that have been cached \ 
in the membership service to the map members list in order to ensure that the \ 
map member is a static member. (kfujino)

    WebSocket

        fix	Use instance manager for server endpoint instances. (remm)
        add	55006: The WebSocket client now honors the \ 
java.net.java.net.ProxySelector configuration (using the HTTP type) when \ 
establishing WebSocket connections to servers. Based on a patch by Niki \ 
Dokovski. (markt)
        fix	58624: Correct a thread safety issue that meant that blocking \ 
message writes could block indefinitely if the WebSocket connection was closed \ 
while a message write was in progress. (markt)

    Web applications

        add	Make it clear in the documentation for the CGI servlet that the \ 
debug page is not considered secure and should not be used in production. \ 
(markt)
        fix	The domain attribute of StaticMember is not required but optional. \ 
(kfujino)
        fix	58631: Correct the continuation character use in the Windows Service \ 
How-To page of the documentation web application. (markt)

    jdbc-pool

        fix	58489: Correct QueryStatsComparator to hold up the general contract \ 
for Comparator. (fschumacher)
        fix	When creating a QueryStats object, ensure that maxQueries is \ 
checked. If maxQueries is a value less than or equal to 0, QueryStats are never \ 
created. (kfujino)
        fix	Fix potential integer overflow in ConnectionPool and \ 
PooledConnection. Reported by coverity scan. (fschumacher)

Tomcat 7.0.65 (violetagg)	released 2015-10-19

    Catalina

        add	57681: Add a web application class loader implementation that \ 
supports the parallel loading of web application classes. Use of this feature \ 
requires a Java 7 or later JRE. Based on a patch by Huxing Zhang. (markt)
        fix	58187: Correct a regression in the fix for 57765 that meant that \ 
deployment of web applications deployed via the Manager application was delayed \ 
until the next execution of the automatic deployment background process. (markt)
        fix	58284: Correctly implement session serialization so non-serializable \ 
attributes are skipped with a warning. Patch provided by Andrew Shore. (markt)
        fix	58313: Fix concurrent access of encoders map when clearing encoders \ 
prior to switch to async. (markt)
        fix	58320: Fix concurrent access of request attributes which is possible \ 
during asynchronous processing. (markt)
        code	In preparation for implementing enhancement 57681, replace the use \ 
of the StandardClassLoader with URLClassLoader. This removes the server class \ 
loader from JMX. (markt)
        fix	58352: Always trigger a thread dump if Tomcat fails to stop \ 
gracefully from catalina.sh even if using -force. Patch provided by Alexandre \ 
Garnier. (markt)
        fix	58416: Correctly detect when a forced stop fails to stop Tomcat \ 
because the Tomcat process is waiting on some system call or is uninterruptible. \ 
(markt)
        fix	58436: Fix some rare data races in JULI's ClassLoaderLogManager \ 
during shutdown. (markt)

    Coyote

        fix	Correct some edge cases in RequestUtil.normalize(). (markt)
        fix	58275: The IBM JREs accept cipher suite names starting with TLS_ or \ 
SSL_ but when listing the supported cipher suites only the SSL_ version is \ 
reported. This can break Tomcat's check that at least one requested cipher suite \ 
is supported. Tomcat now includes a work-around so either form of the cipher \ 
suite name can be used when running on an IBM JRE. (markt)
        fix	58357: For reasons not currently understood when the APR/native \ 
connector is used with OpenSSL reads can return an error code when there is no \ 
apparent error. This was work-around for HTTP upgrade connections by treating \ 
this as EAGAIN. The same fix has now been applied to the standard HTTP \ 
connector. (markt)
        fix	57799: Remove useless sendfile check for NIO SSL. (remm)

    Jasper

        fix	57136: Correct a regression in the previous fix for this issue. \${ \ 
should only be an escape for ${ within an EL expression. Within a JSP page \$ \ 
should be an escape for $. The EL specification applies when parsing the \ 
expression delimited by ${ and }. Parsing of the delimiting ${ and } is the \ 
responsibility of the JSP specification. (markt)
        fix	58296: Fix a memory leak in the JSP unloading feature that meant \ 
that using a value other than -1 for maxLoadedJsps triggered a memory leak once \ 
the limit was reached. (markt)
        fix	58340: Improve error reporting for tag files packaged in JARs. (markt)
        fix	58444: Ensure that JSPs work with any custom base class that meets \ 
the requirements defined in the JSP specification without requiring that base \ 
class to implement Tomcat specific code. (markt)

    Cluster

        fix	Fix a default clusterListeners in SimpleTcpCluster. The optimal \ 
default value is different for each session manager. ClusterSessionListener is \ 
never used in BackupManager. (kfujino)
        fix	Correct log messages in case of using BackupManager. (kfujino)

    WebSocket

        fix	58342: Fix a copy and paste error that meant MessageHandler removal \ 
could fail for binary and pong MessageHandlers. Patch provided by DJ. (markt)
        fix	58414: Correctly handle sending zero length messages when using per \ 
message deflate. (markt)

    Web applications

        fix	Correct documentation for cluster-howto. (kfujino)

    Extras

        fix	Ensure JULI adapters does not include the LogFactoryImpl class. \ 
Patch provided by Benjamin Gandon. (markt)

    Tribes

        add	Add support for configurations of ChannelListener and \ 
MembershipListener in server.xml. (kfujino)
        fix	Correct log messages in case of using ReplicatedMap. (kfujino)

    jdbc-pool

        fix	Make sure the pool has been properly configured when attributes that \ 
related to the pool size are changed via JMX. (kfujino)
   2015-11-04 03:47:43 by Alistair G. Crooks | Files touched by this commit (758)
Log message:
Add SHA512 digests for distfiles for www category

Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-30 13:32:35 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
Update to 7.0.64

Changelog:
Tomcat 7.0.64 (violetagg)

    Catalina

        add	55317: Facilitate weaving by allowing ClassFileTransformer to be \ 
added to WebappClassLoader. Patch by Nick Williams. (markt)
        fix	58031: Make the (first) reason parameter parsing failed available as \ 
a request attribute and then use it to provide a better status code via the \ 
FailedRequstFilter (if configured). (markt)
        fix	58086: Ensure that WAR URLs are handled properly when using Apache \ 
Ant for web application deployment. (violetagg)
        fix	58094: Fix cosmetic error log when using non standard non cacheable \ 
resources, like with the empty resources used in some tests. (remm)
        fix	58096: Classes loaded from /WEB-INF/classes/ should use that \ 
directory as their code base. (markt)
        fix	Fix possible resource leaks by closing streams properly. Issues \ 
reported by Coverity Scan. (violetagg)
        fix	58116: Fix a regression in the fix for 57281 that broke Comet \ 
support when running under a security manager. Based on a patch provided by \ 
Johno Crawford. (markt)
        fix	58179: Fix a thread safety issues that could mean concurrent threads \ 
setting the same attribute on a ServletContext could both see null as the old \ 
value. (markt)
        fix	58192: Correct a regression in the previous fix for 58023. Ensure \ 
that classes are associated with their manifest even if the class file is first \ 
read (and cached) without the manifest. (markt)
        fix	Fix thread safety issue in the AsyncContext implementation that \ 
meant a sequence of start();dispatch(); calls using non-container threads could \ 
result in a previous dispatch interfering with a subsequent start. (markt)

    Coyote

        fix	57943: Prevent the same socket being added to the cache twice. Patch \ 
based on analysis by Ian Luo / Sun Qi. (markt)
        fix	Add text/javascript,application/javascript to the default list of \ 
compressable MIME types. (violetagg)
        fix	58103: When pipelining requests, and the previous request was an \ 
async request, ensure that the socket is removed from the waiting requests so \ 
that the async timeout thread doesn't process it during the next request. \ 
(markt)
        fix	Fix a concurrency issue that meant that a change in socket timeout \ 
(e.g. when switching to asynchronous I/O) did not always take effect \ 
immediately. (markt)
        fix	In the AJP and HTTP NIO connectors, ensure that the socket timeout \ 
is correctly set before adding the socket back to the poller for read. (markt)
        fix	58157: Ensure that the handling of async timeouts does not result in \ 
an unnecessary dispatch to a container thread that could result in the current \ 
socket being added to the Poller multiple times with multiple attempts to \ 
process the same event for the same socket. (markt)
        fix	Correct a coupe of edge cases in RequestUtil.normalize(). (markt)

    Jasper

        fix	58110: Like scriptlet sections, declaration sections of JSP pages \ 
have a one-to-one mapping of lines to the generated .java file. Use this \ 
information to provide more accurate error messages if a compilation error \ 
occurs in a declaration section. (markt)
        fix	58119: When tags are compiled they must be placed in the \ 
org/apache/jsp/tag/web directory. Correct a regression in the fix for 52725. \ 
(violetagg)
        fix	58178: Expressions in a tag file should use the tag file's \ 
PageContext rather than that of the containing page. (markt)

    WebSocket

        fix	58166: Allow applications to send close codes in the range 3000-4999 \ 
inclusive. (markt)
        fix	58232: Avoid possible NPE when adding endpoints programmatically to \ 
the javax.websocket.server.ServerContainer. Based on a patch provided by \ 
bastian.(violetagg)

    Web applications

        fix	Correct the incorrect document of QueryTimeoutInterceptor. The \ 
setting value is not in milliseconds but in seconds. (kfujino)
        fix	58112: Update the documentation for using the Catalina tasks in an \ 
Apache Ant build file. (markt)
        fix	Improve the Javadoc for some of the APR socket read functions that \ 
have inconsistent behaviour for return values. (markt)
        add	58255: Document the Semaphore valve. Patch provided by Kyohei \ 
Nakamura. (markt)

    jdbc-pool

        fix	Fix potential NPE in QueryTimeoutInterceptor. (kfujino)
        fix	Add support for stopping the pool cleaner via JMX. (kfujino)
        fix	The fairness attribute and ignoreExceptionOnPreLoad attribute do not \ 
allow a change via JMX. (kfujino)
        fix	If the timeBetweenEvictionRunsMillis attribute is changed via jmx, \ 
it should restart the pool cleaner because this attribute affects the execution \ 
interval of the pool cleaner. (kfujino)
        fix	Eliminate the dependence on maxActive of busy queues and idle queue \ 
in order to enable the expansion of the pool size via JMX. (kfujino)

    Other

        fix	Update sample Eclipse IDE configuration to exclude test/webapp* and \ 
similar paths from compiler sourcepath. (kkolinko)

Tomcat 7.0.63 (violetagg)	released 2015-07-06

    Catalina

        fix	57938: Correctly handle empty form fields when a form is submitted \ 
as multipart/form-data, the maxPostSize attribute of the Connector has been set \ 
to a negative value and the Context has been configured with a value of true for \ 
allowCasualMultipartParsing. The meaning of the value zero for the maxPostSize \ 
has also been changed to mean a limit of zero rather than no limit to align it \ 
with maxSavePostSize and to be more intuitive. (markt)
        add	54618: Add a new HttpHeaderSecurityFilter that adds the \ 
Strict-Transport-Security, X-Frame-Options and X-Content-Type-Options HTTP \ 
headers to the response. (markt)
        fix	Add a workaround for issues with SPNEGO authentication when running \ 
on Java 8 update 40 and later. The workaround should be safe for earlier Java \ 
versions but it can be disabled with the applyJava8u40Fix attribute of the \ 
SPNEGO authenticator if necessary. (markt)
        add	57154: Add support for web applications (Context elements) that do \ 
not have a docBase. This is primarily for use when embedding but it also fixes a \ 
rare issue when running the unit test. Patch provided by Huxing Zhang. (markt)
        fix	57959: Fixed deadlock in org.apache.juli.FileHandler when log is \ 
rotated. (violetagg)
        fix	57977: Correctly bind and unbind the web application class loader \ 
during execution of the PersistentValve. (markt)
        fix	58023: Fix potentially excessive memory usage due to unnecessary \ 
caching of JAR manifests in the web application class loader. (markt)
        fix	57700: Ensure that Container event ADD_CHILD_EVENT will be sent in \ 
all cases. (violetagg)
        fix	Add configuration fields for header names in SSLValve. (remm)

    Coyote

        fix	57265: Further fix to address a potential threading issue for NIO \ 
when sendfile is used in conjunction with TLS. (markt)
        fix	57931: Ensure that TLS connections with the NIO HTTP connector that \ 
experience issues during the handshake (e.g. missing or invalid client \ 
certificate) are closed cleanly and that the client receives the correct error \ 
code rather than simply closing the connection. (markt)
        add	57943: Added a work-around to catch ConcurrentModificationExceptions \ 
during Poller timeout processing that were causing the Poller thread to stop. \ 
The root cause of these exceptions is currently unknown. (markt)
        fix	Fix possible very long (1000 seconds) timeout with APR/native \ 
connector. (markt)
        add	Support "-" separator in the SSLProtocol configuration of \ 
the APR/native connector for protocol exclusion. (rjung)

    Cluster

        fix	Make sure that stream is closed after using it in \ 
DeltaSession.applyDiff(). (kfujino)

    WebSocket

        add	57676: List conflicting WebSocket endpoint classes when there is a \ 
path conflict. Based upon a patch proposed by yangkun. (schultz)
        add	Extend support for the permessage-deflate extension to the client \ 
implementation.
        fix	57969: Provide path parameters to POJO via per session \ 
javax.websocket.server.ServerEndpointConfig as they vary between different \ 
requests. (violetagg)
        fix	57974: Session.getOpenSessions should return all sessions associated \ 
with a given endpoint instance, rather than all sessions from the endpoint \ 
class. (remm)

    Web applications

        fix	57282: Update request processing sequence diagrams. Updated diagrams \ 
provided by Stephen Chen. (markt)
        fix	57971: Correct the documentation for the cluster configuration \ 
setting recoverySleepTime. (markt)
        add	57758: Add document of testOnConnect attribute in jdbc-pool doc. \ 
(kfujino)
        add	Add description of validatorClassName attribute to testXXXX \ 
attributes in jdbc-pool docs. (kfujino)

    Tribes

        fix	Ensure that the state transfer flag is updated to true only when the \ 
map states have been transferred correctly from existing map members. (kfujino)
        fix	Do not set the nodes that failed to replication to the backup nodes. \ 
Ensure that the nodes that the data has been successfully replicated are set to \ 
the backup node. (kfujino)
        fix	When failed to replication, rather than all member is handled as a \ 
failed member, exclude the failure members from backup members. (kfujino)

    jdbc-pool

        fix	Refactoring of the removeOldest method in SlowQueryReport to behave \ 
as expected. (kfujino)
        fix	57783: Fix NullPointerException in SlowQueryReport. To avoid this \ 
NPE, Refactor SlowQueryReport#removeOldest and handle the abandoned connection \ 
properly. (kfujino)

    Other

        update	Update package renamed Apache Commons BCEL to r1682271 to pick up \ 
some some code clean up. (markt)
        update	Update package renamed Apache Commons File upload to r1682322 to \ 
pick up the post 1.3.1 fixes. (markt)
        update	Update package renamed Apache Commons Codec to r1682326. No \ 
functional changes. Javadoc only. (markt)
   2015-05-27 14:19:30 by Ryo ONODERA | Files touched by this commit (2) | Package updated
Log message:
Update to 7.0.62

Changelog:
Tomcat 7.0.62 (violetagg)

    Catalina

        add	Allow logging of the remote port in the access log using the format \ 
pattern %{remote}p. (rjung)
        fix	57765: When checking last modified times as part of the automatic \ 
deployment process, account for the fact that File.lastModified() has a \ 
resolution of one second to ensure that if a file has been modified within the \ 
last second, the latest version of the file is always used. Note that a \ 
side-effect of this change is that files with modification times in the future \ 
are treated as if they are unmodified. (markt)
        fix	Align redeploy resource modification checking with reload \ 
modification checking so that now, in both cases, a change in modification time \ 
rather than an increase in modification time is used to determine if the \ 
resource has changed. (markt)
        fix	Cleanup o.a.tomcat.util.digester.Digester from debug messages that \ 
do not give any valuable information. Patch provided by Polina Genova. \ 
(violetagg)
        fix	57772: When reloading a web application and a directory representing \ 
an expanded WAR needs to be deleted, delete the directory after the web \ 
application has been stopped rather than before to avoid potential \ 
ClassNotFoundExceptions. (markt)
        fix	57801: Improve the error message in the start script in case the PID \ 
read from the PID file is already owned by a process. (rjung)
        fix	57824: Correct a regression in the fix for 57252 that broke request \ 
listeners for non-async requests that triggered an error that was handled by the \ 
ErrorReportingValve. (markt/violetagg)
        fix	57841: Improve error logging during web application start. (markt)
        fix	57856: Ensure that any scheme/port changes implemented by the \ 
RemoteIpFilter also affect HttpServletResponse.sendRedirect(). (markt)
        fix	57896: Support defensive copying of "cookie" header so \ 
that unescaping double quotes in a cookie value does not corrupt original value \ 
of "cookie" header. This is an opt-in feature, enabled by \ 
org.apache.tomcat.util.http.ServerCookie.PRESERVE_COOKIE_HEADER system property. \ 
(kkolinko)

    Coyote

        fix	57779: When an I/O error occurs on a non-container thread only \ 
dispatch to a container thread to handle the error if using Servlet 3+ \ 
asynchronous processing. This avoids potential deadlocks if an application is \ 
performing I/O on a non-container thread without using the Servlet 3+ \ 
asynchronous API. (markt)
        fix	57833: When using JKS based keystores for NIO, ensure that the key \ 
alias is always converted to lower caes since that is what JKS key stores \ 
expect. Based on a patch by Santosh Giri Govind M. (markt)
        fix	57837: Add text/css to the default list of compressable MIME types. \ 
(markt)

    Jasper

        fix	57845: Ensure that, if the same JSP is accessed directly and via a \ 
<jsp-file> declaration in web.xml, updates to the JSP are visible (subject \ 
to the normal rules on re-compilation) regardless of how the JSP is accessed. \ 
(markt)
        fix	57855: Explicitly handle the case where a MethodExpression is \ 
invoked with null or the wrong number of parameters. Rather than failing with an \ 
ArrayIndexOutOfBoundsException or a NullPointerException throw an \ 
IllegalArgumentException with a useful error message. (markt)

    Cluster

        add	Add new attribute that send all actions for session across Tomcat \ 
cluster nodes. (kfujino)
        fix	Remove unused pathname attribute in mbean definition of \ 
BackupManager. (kfujino)
        fix	57338: Improve the ability of the ClusterSingleSignOn valve to \ 
handle nodes being added and removed from the Cluster at run time. (markt)
        fix	Avoid unnecessary call of DeltaRequest.addSessionListener() in \ 
non-primary nodes. (kfujino)

    WebSocket

        fix	57762: Ensure that the WebSocket client correctly detects when the \ 
connection to the server is dropped. (markt)
        fix	57776: Revert the 8.0.21 fix for the permessage-deflate \ 
implementation and incorrect op-codes since the fix was unnecessary (the bug \ 
only affected trunk) and the fix broke rather than fixed permessage-deflate if \ 
an uncompressed message was converted into more than one compressed message. \ 
(markt)
        fix	Fix log name typo in WsRemoteEndpointImplServer class, caused by a \ 
copy-paste. (markt/kkolinko)
        fix	57788: Avoid NPE when looking up a class hierarchy without finding \ 
anything. (remm)

    Web applications

        add	57759: Add information to the keyAlias documentation to make it \ 
clear that the order keys are read from the keystore is implementation \ 
dependent. (markt)
        fix	57864: Update the documentation web application to make it clearer \ 
that hex values are not valid for cluster send options. Based on a patch by \ 
Kyohei Nakamura. (markt)

    Tribes

        fix	Fix a concurrency issue when a backup message that has all session \ 
data and a backup message that has diff data are processing at the same time. \ 
This fix ensures that MapOwner is set to ReplicatedMapEntry. (kfujino)
        fix	Clarify the handling of Copy message and Copy nodes. (kfujino)
        fix	Copy node does not need to send the entry data. It is enough to send \ 
only the node information of the entry. (kfujino)
        fix	ReplicatedMap should send the Copy message when replicating. (kfujino)
        fix	Fix behavior of ReplicatedMap when member has disappeared. If map \ 
entrprimary, rebuild the backup members. If primary node of map entry has \ 
disappeared, backup node is promoted to primary. (kfujino)
        fix	When a map member has been added to ReplicatedMap, make sure to add \ 
it to backup nodes list of all other members.
   2015-05-05 15:21:42 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 7.0.61

* Remove PKG_DESTDIR_SUPPORT=destdir.
  It seems that this package works fine with user-destdir.

Changelog:
    Add support for Java 8 JSSE server-preferred TLS cipher suite ordering. This \ 
feature requires Java 8.
    Update to Tomcat Native Library version 1.1.33 to pick up the Windows \ 
binaries that are based on OpenSSL 1.0.1m and APR 1.5.1.
    Implement a new feature for AJP connectors - Tomcat Authorization. If \ 
enabled Tomcat, will take an authenticated user name from the AJP protocol and \ 
use the appropriate Realm for the request to authorize (i.e. add roles) to that \ 
user.
    Update the Eclipse JDT compiler to version 4.4.2.
   2015-02-17 15:03:30 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 7.0.59

Changelog:
Tomcat 7.0.59 (violetagg)
Jasper
	fix	57504: Initialize TLD locations cache when creating the ServletContext. \ 
(jboynes)

Tribes
	fix	Fix a possible deadlock when receiver thread invokes mapMemberAdded() while \ 
ping thread invokes memberAlive(). (kfujino)
   2014-12-20 08:49:26 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
Update to 7.0.57

Changelog:
Tomcat 7.0.57 (violetagg)

    Catalina

        add	47919: Extend the information logged when Tomcat starts to \ 
optionally log the values of command line arguments (enabled by default) and \ 
environment variables (disabled by default). Note that the values added to \ 
CATALINA_OPTS and JAVA_OPTS environment variables will be logged, as they are \ 
used to build up the command line. (markt)
        add	56401: Log version information when Tomcat starts. (markt/kkolinko)
        fix	57022: Ensure SPNEGO authentication continues to work with the JNDI \ 
Realm using delegated credentials with recent Oracle JREs. (markt)
        fix	Correct a couple of NPEs in the JNDI Realm that could be triggered \ 
with when not specifying a roleBase and enabling roleSearchAsUser. (markt)
        fix	Remove the unnecessary registration of context.xml as a redeploy \ 
resource. The context.xml having an external docBase has already been registered \ 
as a redeploy resources at first. (kfujino)
        fix	Improve the previous fix for 56401. Avoid logging version \ 
information in the constructor since it then gets logged at undesirable times \ 
such as when using StoreConfig. (markt)
        fix	57105: When parsing web.xml do not limit the buffer element of the \ 
jsp-property-group element to integer values as the allowed values are \ 
<number>kb or none. (markt)
        update	Update the minimum required version of the Tomcat Native library \ 
(if used) to 1.1.32. (markt)
        update	57144: Improve ClientAbortException to provide non-null message. \ 
(kkolinko)

    Coyote

        add	53952: Add support for TLSv1.1 and TLSv1.2 for APR connector. Based \ 
upon a patch by Marcel Å ebek. This feature requires Tomcat Native library \ 
1.1.32 or later. (schultz/jfclere)
        add	Disable SSLv3 by default for JSSE based HTTPS connectors (BIO and \ 
NIO). The change also ensures that SSLv2 is disabled for these connectors \ 
although SSLv2 should already be disabled by default by the JRE. (markt)
        add	Disable SSLv3 by default for the APR/native HTTPS connector. (markt)
        fix	Do not increase remaining counter at end of stream in \ 
IdentityInputFilter. (kkolinko)

    Jasper

        fix	57099: Ensure that semi-colons are not permitted in JSP import page \ 
directives. (markt)

    Cluster

        fix	Avoid possible integer overflows reported by Coverity Scan. (fschumacher)

    WebSocket

        fix	57054: Correctly handle the case in the WebSocket client when the \ 
HTTP response to the upgrade request can not be read in a single pass; either \ 
because the buffer is too small or the server sent the response in multiple \ 
packets. (markt)
        fix	Fix client subprotocol handling. (remm)
        fix	Add null checks for arguments in remote endpoint. (remm/kkolinko)
        fix	57091: Work around the behaviour of the Oracle JRE when creating new \ 
threads in an applet environment that breaks the WebSocket client \ 
implementation. Patch provided by Niklas Hallqvist. (markt)
        fix	57118: Ensure that that an EncodeException is thrown by \ 
RemoteEndpoint.Basic.sendObject(Object) rather than an IOException when no \ 
suitable Encoder is configured for the given Object. (markt)

    Web applications

        fix	Correct documentation for ServerCookie.ALLOW_NAME_ONLY system \ 
property. (kkolinko)
        fix	57049: Clarified that jvmRoute can be set in <Engine>'s \ 
jvmRoute or in a system property. (schultz)
        fix	Correct version of Java WebSocket mentioned in documentation \ 
(s/1.0/1.1/). (markt/kkolinko)
        update	In examples web application move Async and Comet examples from \ 
JSP to Servlet examples page. (kkolinko)
        update	Suppress timestamp comments and enable charset header in Javadoc. \ 
(kkolinko)

    jdbc-pool

        fix	57079: Use Tomcat version number for jdbc-pool module when building \ 
and shipping the module as part of Tomcat. (markt/kkolinko)
        fix	Fix broken overview page in javadoc generated via \ 
"javadoc" task in jdbc-pool build.xml file. (kkolinko)

    Other

        update	56079: The Apache Tomcat Windows service and the Apache Tomcat \ 
Windows service monitor application are now digitally signed. (markt)
        fix	Fix timestamps in Tomcat build and jdbc-pool to use 24-hour format \ 
instead of 12-hour one and use UTC timezone. (markt/kkolinko)
        update	Improve Tomcat build script to ensure that only one ecj-nn.jar \ 
file is present in Tomcat lib directory when Eclipse JDT Compiler is updated to \ 
a new version. (kkolinko)
        update	56596: Update to Tomcat Native Library version 1.1.32 to pick up \ 
the Windows binaries that are based on OpenSSL 1.0.1j and APR 1.5.1. (markt)
        code	In Tomcat tests: log name of the current test method at start time. \ 
(kkolinko)
   2014-10-25 17:19:45 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 7.0.56

Changelog:
Tomcat 7.0.56 Released, 2014-10-06

The Apache Tomcat Project is proud to announce the release of version 7.0.56 of \ 
Apache Tomcat. This release contains a number of bug fixes and improvements \ 
compared to version 7.0.55. The notable changes since 7.0.55 include:

    Update the Java WebSocket support to version 1.1 of the Java WebSocket \ 
specification.
    Add support for the WebSocket permessage-deflate extension.

Next | Query returned 50 messages, browsing 21 to 30 | Previous