Author: kkolinko Date: Sat Apr 4 19:35:41 2015 New Revision: 1671300 URL: http://svn.apache.org/r1671300 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57644 Update examples to use Apache Standard Taglibs 1.2.5
Added: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar - copied unchanged from r1671108, tomcat/trunk/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar - copied unchanged from r1671108, tomcat/trunk/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar Removed: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/lib/jstl.jar tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/lib/standard.jar Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1671300&r1=1671299&r2=1671300&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Apr 4 19:35:41 2015 @@ -28,12 +28,7 @@ None PATCHES PROPOSED TO BACKPORT: [ New proposals should be added at the end of the list ] -* Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57644 - Update examples to use Apache Standard Taglibs 1.2.3 - http://svn.apache.org/r1662736 - +1: jboynes - +1: kkolinko, markt, violetagg, schultz: For using version 1.2.5 of the library (r1668200) - -1: +None PATCHES/ISSUES THAT ARE STALLED: Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1671300&r1=1671299&r2=1671300&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Apr 4 19:35:41 2015 @@ -147,6 +147,10 @@ <bug>57503</bug>: Make clear that the JULI integration for log4j only works with log4j 1.2.x. (markt) </fix> + <update> + <bug>57644</bug>: Update examples to use Apache Standard Taglib 1.2.5. + (jboynes/kkolinko) + </update> <fix> <bug>57706</bug>: Clarify the documentation for the AJP connector to make clearer that when using --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org