You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/03/14 12:41:35 UTC

svn commit: r1577489 - /tomcat/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Fri Mar 14 11:41:35 2014
New Revision: 1577489

URL: http://svn.apache.org/r1577489
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56236
Add issue number

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1577489&r1=1577488&r2=1577489&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Mar 14 11:41:35 2014
@@ -96,6 +96,12 @@
         effect. (markt)
       </fix>
       <fix>
+        <bug>56236</bug>: Enable Tomcat to work with alternative Servlet and
+        JSP API JARs that package the XML schemas in such as way as to require
+        a dependency on the JSP API before enabling validation for web.xml.
+        Tomcat has no such dependency. (markt) 
+      </fix>
+      <fix>
         <bug>56244</bug>: Fix MBeans descriptor for WebappClassLoader MBean.
         (kkolinko)
       </fix>
@@ -126,12 +132,6 @@
         tests for this and similar scenarios and fix the additional issues those
         unit tests identified. Based on a patch by Larry Isaacs. (markt)
       </fix>
-      <fix>
-        Enable Tomcat to work with alternative Servlet and JSP API JARs that
-        package the XML schemas in such as way as to require a dependency on the
-        JSP API before enabling validation for web.xml. Tomcat has no such
-        dependency. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org