Clean up
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 4 Jul 2010 20:48:07 +0000 (20:48 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 4 Jul 2010 20:48:07 +0000 (20:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@960394 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index e948827..0d8a486 100644 (file)
       </update>
       <fix>
         Correct over zealous type checking for EL in attributes that broke the
-        use of JSF convertors. (markt)
+        use of JSF converters. (markt)
       </fix>
       <fix>
         Correct algorithm used to identify correct method to use when a
       <fix>
         Switch the Host Manager application to the generic CSRF protection for
         the HTML interface and prevent started hosts from being started and
-        stopped hosts from being stopped.
+        stopped hosts from being stopped. (markt)
       </fix>
       <fix>
         <bug>49518</bug>: Fix typo in extras documentation. (markt)
         Improve and document VirtualWebappLoader. (rjung)
       </update>
       <add>
-        <bug>43642</bug>: Add prestartminSpareThreads attribute for Executor. (jfclere)
+        <bug>43642</bug>: Add prestartminSpareThreads attribute for Executor.
+        (jfclere)
       </add>
       <update>
         Switch from AnnotationProcessor to InstanceManager. Patch provided by
         queue size and a timeout for adding jobs to the queue. (fhanik) 
       </add>
       <add>
-        Add support for aliases to StandardContext. This allows content from other
-        directories and/or WAR files to be mapped to paths within the context.
-        (markt)
+        Add support for aliases to StandardContext. This allows content from
+        other directories and/or WAR files to be mapped to paths within the
+        context. (markt)
       </add>
       <update>
         Provide clearer definition of Lifecycle interface, particularly start
         Update EL support to the EL 2.2 specification. (markt)
       </update>
       <update>
-        <rev>787978</rev> Use "1.6" as the default value for compilerSourceVM and compilerTargetVM
-        options of Jasper. (kkolinko)
+        <rev>787978</rev> Use "1.6" as the default value for compilerSourceVM
+        and compilerTargetVM options of Jasper. (kkolinko)
       </update>
       <add>
         <bug>48358</bug>: Add support for limiting the number of JSPs that are