Author: markt
Date: Mon Mar 23 14:03:17 2015
New Revision: 1668643
URL: http://svn.apache.org/r1668643
Log:
Limit line length to 80.
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1668643&r1=1668642&r2=1668643&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Mar 23 14:03:17 2015
@@ -91,8 +91,8 @@
remaining request body data is swallowed. (markt)
</fix>
<fix>
- <bug>57637</bug>: Do not create unnecessary sessions when using
PersistentValve.
- (jboynes/fschumacher)
+ <bug>57637</bug>: Do not create unnecessary sessions when using
+ PersistentValve. (jboynes/fschumacher)
</fix>
<fix>
<bug>57645</bug>: Correct a regression in the fix for
@@ -117,11 +117,11 @@
<add>
Enable Tomcat to detect when a WAR file has been changed while Tomcat
is
not running. Tomcat does this by adding a META-INF/war-tracking file to
- the expanded directory and setting the last modified time of this file
to
- the last modified time of the WAR. If Tomcat detects a modified WAR via
- this mechanism the web application will be redeployed (i.e. the
expanded
- directory will be removed and the modified WAR expanded in its place).
- (markt)
+ the expanded directory and setting the last modified time of this file
+ to the last modified time of the WAR. If Tomcat detects a modified WAR
+ via this mechanism the web application will be redeployed (i.e. the
+ expanded directory will be removed and the modified WAR expanded in its
+ place). (markt)
</add>
<fix>
<bug>57704</bug>: Fix potential NPEs during web application start/stop
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]