Author: kkolinko
Date: Thu Jan 20 21:13:25 2011
New Revision: 1061519
URL: http://svn.apache.org/viewvc?rev=1061519&view=rev
Log:
Changelog for recently applied fixes
(r1061401, r1061469, r1061470, r1061471)
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=1061519&r1=1061518&r2=1061519&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Thu Jan 20
21:13:25 2011
@@ -66,7 +66,7 @@
</fix>
<fix>
<bug>50413</bug>: Ensure 304s are not returned when using static files
- as error pages. (markt)
+ as error pages. (markt/kkolinko)
</fix>
<fix>
Avoid unnecessary cast in StandardContext. (markt)
@@ -75,6 +75,11 @@
<bug>50460</bug>: Avoid a possible memory leak caused by using a cached
exception instance. (kkolinko)
</fix>
+ <fix>
+ <bug>50550</bug>: When a new directory is created (e.g. via WebDAV)
+ ensure that a subsequent request for that directory does not result in
a
+ 404 response. (markt/kkolinko)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
@@ -108,6 +113,10 @@
If maxInactiveInterval is negative, an access message is not sending.
(kfujino)
</fix>
+ <fix>
+ <bug>50547</bug>: Add time stamp for CHANGE_SESSION_ID message and
+ SESSION_EXPIRED message. (kfujino)
+ </fix>
</changelog>
</subsection>
<subsection name="Webapps">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]