Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 672 invoked from network); 30 Jul 2002 15:12:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 30 Jul 2002 15:12:44 -0000 Received: (qmail 19949 invoked by uid 97); 30 Jul 2002 15:12:58 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 19871 invoked by uid 97); 30 Jul 2002 15:12:56 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 19844 invoked by uid 98); 30 Jul 2002 15:12:55 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <3D46AC6B.5090202@sun.com> Date: Tue, 30 Jul 2002 08:10:35 -0700 From: Patrick Luby User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1a) Gecko/20020610 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: [PATCH][jakarta-servletapi-5] Content-Type: multipart/mixed; boundary="------------000205070306090605040006" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------000205070306090605040006 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: patrick.luby@sun.com Sun Microsystems Phone: 408-276-7471 901 San Antonio Road, USCA14-303 Palo Alto, CA 94303-4900 ________________________________________________________________ --------------000205070306090605040006 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diff.txt" ? 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. --> 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 @@ *

* 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 @@ * * *

- * The JSP 1.2 specification defines the interpretation of 3 values: + * The JSP 2.0 specification defines the interpretation of 3 values: * *

    *
  • NESTED, if the scripting variable is available between --------------000205070306090605040006 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: --------------000205070306090605040006--