From: mturk Date: Wed, 22 Sep 2010 14:22:48 +0000 (+0000) Subject: Add connector wait for shutdown to changelog X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=521ed47387b8c4ceb44c3273680755991666050c;p=tomcat7.0 Add connector wait for shutdown to changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@999972 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 4e2d0d06e..4370d8f2a 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -29,7 +29,7 @@ Rainer Jung Konstantin Kolinko Peter Rossbach - Keiichi Fujino + Keiichi Fujino Changelog @@ -56,7 +56,7 @@ if it times out. (markt) - 49714: The annotation process of Jar doesn't influence + 49714: The annotation process of Jar doesn't influence distributable element of web.xml. (kfujino) @@ -86,7 +86,7 @@ 49779: Improve handling of POST requests and FORM authentication, particularly when the user agent responds to the 302 response by repeating the POST request including a request body. Any - request body provided at this point is now swallowed. (markt) + request body provided at this point is now swallowed. (markt) CSRF prevention filter did not correctly handle URLs that used anchors. @@ -100,7 +100,7 @@ More tweaks to the Lifecycle refactoring to ensure that when a component is being destroyed, the destroy method is only called once on each - child component. (markt) + child component. (markt) 48967: Replace strings "catalina.base" and "catalina.home" @@ -108,7 +108,7 @@ Keep the MBean names for web applications consistent between Tomcat 6 - and Tomcat 7. (markt) + and Tomcat 7. (markt) 49865: Tomcat failed to start if catalina.properties was not @@ -116,7 +116,7 @@ 49876: Fix the generics warnings in the copied Apache Jakarta - BCEL code. Based on a patch by Gábor. (markt) + BCEL code. Based on a patch by Gábor. (markt) 49883: Ensure that the CombinedRealm and LockOutRealm return @@ -125,7 +125,7 @@ Update the version numbers in ServerInfo defaults to Tomact 7.0.x. - (markt) + (markt) 49892: Correct JNDI name for method resource injections. @@ -148,6 +148,9 @@ + + Wait for the connectors to exit before closing them down. (mturk) + Follow up to 48545. Make JSSE connectors more tolerant of a incorrect trust store password. (markt) @@ -196,15 +199,15 @@ - Remove domainReplication attribute from ClusterManager. - If you send session to only same domain, use DomainFilterInterceptor. + Remove domainReplication attribute from ClusterManager. + If you send session to only same domain, use DomainFilterInterceptor. (kfujino) Add Null check when CHANGE_SESSION_ID message received. (kfujino) - Add support for LAST_ACCESS_AT_START system property to DeltaSession. + Add support for LAST_ACCESS_AT_START system property to DeltaSession. (kfujino) @@ -213,7 +216,7 @@ message. (markt) - 49924: When non-primary node changes into a primary node, + 49924: When non-primary node changes into a primary node, make sure isPrimarySession is changed to true. (kfujino) @@ -249,7 +252,7 @@ Correct the Eclipse compiler dependency in the Jasper POM. (markt) - Extend Checkstyle validation checks to check import order. (markt) + Extend Checkstyle validation checks to check import order. (markt) 49758: Fix generics warnings exposed by a fix in Eclipse 3.6. @@ -290,10 +293,10 @@ Extend Checkstyle validation checks to check for tabs in nearly all text - files. (markt) + files. (markt) - Update Commons Daemon from 1.0.2 to 1.0.3.(markt) + Update Commons Daemon from 1.0.2 to 1.0.3.(markt) Update Eclipse JDT Core Batch Compiler (ecj.jar) from 3.5.1 to 3.6. @@ -318,7 +321,7 @@ When using a Loader configured with searchExternalFirst="true" failure to find the class in an external repository should not prevent searching of the - local repositories. (markt) + local repositories. (markt) Add entryPoint support to the CSRF prevention filter. (markt) @@ -431,17 +434,17 @@ configurable. (markt) - Avoid NullPointerException, when copyXML=true and META-INF/context.xml + Avoid NullPointerException, when copyXML=true and META-INF/context.xml does not exist. (kfujino) 49598: When session is changed and the session cookie is replaced, ensure that the new Set-Cookie header overwrites the old - Set-Cookie header. (markt) + Set-Cookie header. (markt) Create a thread to trigger asynchronous timeouts when using the BIO - connector, change the default timeout to 10s (was infinite) and make the + connector, change the default timeout to 10s (was infinite) and make the default timeout configurable using the asyncTimeout attribute on the connector. (pero/markt) @@ -570,7 +573,7 @@ Provide the HTML Manager application with the ability to differentiate between primary, backup and proxy sessions. Note that proxy sessions are - only shown if enabled in web.xml. (markt) + only shown if enabled in web.xml. (markt) @@ -630,7 +633,7 @@ 651977 Add some missing control checks to - ThreadWithAttributes. (markt) + ThreadWithAttributes. (markt) 677640 Add a startup class that does not require any @@ -661,7 +664,7 @@ 723889 Provide the ability to configure the Executor job - queue size and a timeout for adding jobs to the queue. (fhanik) + queue size and a timeout for adding jobs to the queue. (fhanik) Add support for aliases to StandardContext. This allows content from @@ -671,7 +674,7 @@ Provide clearer definition of Lifecycle interface, particularly start and stop, and align components that implement Lifecycle with this - definition. (markt) + definition. (markt) 48662: Provide a new option to control the copying of context @@ -782,7 +785,7 @@ A number of additional roles were added to the Manager and Host Manager applications to separate out permissions for the HTML interface, the - text interface and the JMX proxy. (markt) + text interface and the JMX proxy. (markt) CSRF protection was added to the Manager and Host Manager applications.