Update
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 27 Sep 2010 22:31:03 +0000 (22:31 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 27 Sep 2010 22:31:03 +0000 (22:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1001941 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index a215599..e870dab 100644 (file)
 <section name="Tomcat 7.0.3 (markt)">
   <subsection name="Catalina">
     <changelog>
+      <fix>
+        <bug>48644</bug>: Review all instances of catching Throwable and
+        re-throw where appropriate. (markt)
+      </fix>
       <update>
         Allow glob patterns in the <code>jarsToSkip</code> configuration and add
         some debug logging to the jar scanner. (rjung)