Attached is a patch that updates all of the "Servlet 2.3" references to "Servlet 2.4" and "JSP 1.2" references to "JSP 2.0".
Can someone with commit access to the jakarta-servletapi-5 repository please commit this patch? Thanks, Patrick -- ________________________________________________________________ Patrick Luby Email: [EMAIL PROTECTED] Sun Microsystems Phone: 408-276-7471 901 San Antonio Road, USCA14-303 Palo Alto, CA 94303-4900 ________________________________________________________________
? diff.txt Index: src/share/dtd/web-jsptaglibrary_2_0.dtd =================================================================== RCS file: /home/cvspublic/jakarta-servletapi-5/src/share/dtd/web-jsptaglibrary_2_0.dtd,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 web-jsptaglibrary_2_0.dtd --- src/share/dtd/web-jsptaglibrary_2_0.dtd 16 Jul 2002 16:38:40 -0000 1.1.1.1 +++ src/share/dtd/web-jsptaglibrary_2_0.dtd 30 Jul 2002 15:09:11 -0000 @@ -164,7 +164,7 @@ The listener-class element declares a class in the application that must be registered as a web application listener bean. See the -Servlet 2.3 specification for details. +Servlet 2.4 specification for details. --> <!ELEMENT listener-class (#PCDATA) > Index: src/share/javax/servlet/jsp/tagext/TagInfo.java =================================================================== RCS file: /home/cvspublic/jakarta-servletapi-5/src/share/javax/servlet/jsp/tagext/TagInfo.java,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 TagInfo.java --- src/share/javax/servlet/jsp/tagext/TagInfo.java 16 Jul 2002 16:38:41 -0000 1.1.1.1 +++ src/share/javax/servlet/jsp/tagext/TagInfo.java 30 Jul 2002 15:09:11 -0000 @@ -131,7 +131,7 @@ } /** - * Constructor for TagInfo from data in the JSP 1.2 format for TLD. + * Constructor for TagInfo from data in the JSP 2.0 format for TLD. * This class is to be instantiated only from the TagLibrary code * under request from some JSP code that is parsing a * TLD (Tag Library Descriptor). @@ -381,7 +381,7 @@ } - // ============== JSP 1.2 TLD Information ======== + // ============== JSP 2.0 TLD Information ======== /** Index: src/share/javax/servlet/jsp/tagext/TagVariableInfo.java =================================================================== RCS file: /home/cvspublic/jakarta-servletapi-5/src/share/javax/servlet/jsp/tagext/TagVariableInfo.java,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 TagVariableInfo.java --- src/share/javax/servlet/jsp/tagext/TagVariableInfo.java 16 Jul 2002 16:38:41 -0000 1.1.1.1 +++ src/share/javax/servlet/jsp/tagext/TagVariableInfo.java 30 Jul 2002 15:09:11 +-0000 @@ -62,7 +62,7 @@ * * This object should be immutable. * - * This information is only available in JSP 1.2 format + * This information is only available in JSP 2.0 format */ public class TagVariableInfo { Index: src/share/javax/servlet/jsp/tagext/VariableInfo.java =================================================================== RCS file: /home/cvspublic/jakarta-servletapi-5/src/share/javax/servlet/jsp/tagext/VariableInfo.java,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 VariableInfo.java --- src/share/javax/servlet/jsp/tagext/VariableInfo.java 16 Jul 2002 16:38:41 -0000 1.1.1.1 +++ src/share/javax/servlet/jsp/tagext/VariableInfo.java 30 Jul 2002 15:09:11 +-0000 @@ -78,7 +78,7 @@ * <p> * If a Fully Qualified Class Name is provided, it should refer to a * class that should be in the CLASSPATH for the Web Application (see - * Servlet 2.3 specification - essentially it is WEB-INF/lib and + * Servlet 2.4 specification - essentially it is WEB-INF/lib and * WEB-INF/classes). Failure to be so will lead to a translation-time * error. * @@ -87,7 +87,7 @@ * the class name must be that of a public class in the context of the * import directives of the page where the custom action appears (will * check if there is a JLS verbiage to refer to). The class must also - * be in the CLASSPATH for the Web Application (see Servlet 2.3 + * be in the CLASSPATH for the Web Application (see Servlet 2.4 * specification - essentially it is WEB-INF/lib and * WEB-INF/classes). Failure to be so will lead to a translation-time * error. @@ -122,7 +122,7 @@ * <IMG src="doc-files/VariableInfo-1.gif"/> * *<p> - * The JSP 1.2 specification defines the interpretation of 3 values: + * The JSP 2.0 specification defines the interpretation of 3 values: * * <ul> * <li> NESTED, if the scripting variable is available between
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>