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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org