Author: kkolinko Date: Mon Nov 11 17:26:58 2013 New Revision: 1540787 URL: http://svn.apache.org/r1540787 Log: Followup to r1540558:
Chapter 1.3 of JSTL 1.2 specification says: "JSTL 1.2 requires a JSP 2.1 web container." Modified: tomcat/taglibs/standard/trunk/README_bin.txt Modified: tomcat/taglibs/standard/trunk/README_bin.txt URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/README_bin.txt?rev=1540787&r1=1540786&r2=1540787&view=diff ============================================================================== --- tomcat/taglibs/standard/trunk/README_bin.txt (original) +++ tomcat/taglibs/standard/trunk/README_bin.txt Mon Nov 11 17:26:58 2013 @@ -19,10 +19,10 @@ LIBRARY DEPENDENCIES This version of the Standard Tag Library has the following runtime dependencies: - 1. Dependencies provided by a JSP 2.0 container: + 1. Dependencies provided by a JSP 2.1 container: - Java 1.5 or later - Servlet 2.5 or later - - JSP 2.0 or later + - JSP 2.1 or later 2. Additional dependencies - The XML tag library requires Apache Xalan 2.7.1 or later @@ -89,7 +89,7 @@ The JSTL tag library can be imported int COMPATIBILITY The 1.2 version of the Standard Taglib has been tested under Tomcat 7.0.47 -and should work in any compliant JSP 2.0 (or later) container. +and should work in any compliant JSP 2.1 (or later) container. --------------------------------------------------------------------------- COMMENTS AND QUESTIONS --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org