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:45:13 UTC

svn commit: r1577493 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Fri Mar 14 11:45:12 2014
New Revision: 1577493

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

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1577493&r1=1577492&r2=1577493&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Mar 14 11:45:12 2014
@@ -79,6 +79,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>56246</bug>: Fix NullPointerException in MemoryRealm when
         authenticating an unknown user. (markt)
       </fix>
@@ -90,12 +96,6 @@
         simply undeploy the old version of the application before deploying the
         new version. (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