Line-length
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 6 Dec 2010 00:17:43 +0000 (00:17 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 6 Dec 2010 00:17:43 +0000 (00:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042495 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 7339b10..2279543 100644 (file)
@@ -38,7 +38,9 @@
   </properties>
 
 <body>
-<!-- General, Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Other -->
+<!--
+  General, Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Other
+-->
 <section name="Tomcat 7.0.6 (markt)">
   <subsection name="Catalina">
     <changelog>
         generate session IDs. (markt)
       </update>
       <add>
-        <bug>50282</bug>: Load <code>javax.security.auth.login.Configuration</code>
-        with <code>JreMemoryLeakPreventionListener</code> to avoid memory leak
-        when stopping a web application that would use JAAS.
-        (slaurent)
+        <bug>50282</bug>: Load
+        <code>javax.security.auth.login.Configuration</code> with
+        <code>JreMemoryLeakPreventionListener</code> to avoid memory leak when
+        stopping a web application that would use JAAS. (slaurent)
       </add>
       <fix>
         <bug>50351</bug>: Fix the regression that broke BeanFactory resources