Author: markt
Date: Mon Jan 18 09:21:00 2016
New Revision: 1725204
URL: http://svn.apache.org/viewvc?rev=1725204&view=rev
Log:
Update changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1725204&r1=1725203&r2=1725204&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Jan 18 09:21:00 2016
@@ -193,6 +193,18 @@
Make sure that shared Digester is reset in an unlikely error case
in <code>HostConfig.deployWAR()</code>. (kkolinko)
</fix>
+ <fix>
+ Ensure that persistent session data is not lost if an error occurs
+ during the loading of session data at application start. (markt)
+ </fix>
+ <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
+ <code>sessionAttributeFilter</code> to
+ <code>sessionAttributeNameFilter</code>. (markt)
+ </add>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]