You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Roth <ma...@sun.com> on 2002/07/30 14:32:58 UTC

[PATCH] Latest JSP 2.0 APIs

Attached is a patch to jakarta-servletapi-5 with the latest JSP 2.0 APIs
as of our latest Expert Group internal release of the specification.

Notes:

        * This patch will break the current jakarta-tomcat-jasper build,
          which needs to be updated to support these APIs (non-trivial).
        * Included as well are the latest XML Schema files for the JSP
          portion of the deployment descriptor and the Tag Library
          Descriptor.  This obsoletes
          src/share/dtd/web-jsptaglibrary_2_0.dtd.  Please delete this
          file.
        * Kin-Man Chung and Jan Luehe have graciously volunteered to
          integrate this patch and the necessary changes to Jasper 2.
        * This patch includes the following file additions:
            * src/share/dtd/j2ee_1_4.xsd
            * src/share/dtd/jsp_2_0.xsd
            * src/share/dtd/web-app_2_4.xsd
            * src/share/dtd/web-jsptaglibrary_2_0.xsd
            * src/share/javax/servlet/jsp/tagext/JspTag.java
            * src/share/javax/servlet/jsp/tagext/TagFileInfo.java
        * The Servlet 2.4 Specification lead told me there are more
          updates to web-app_2_4.xsd on the way.  Stay tuned.

Please let me know if you have any questions or concerns.

--- 
Mark Roth
JSP 2.0 Specification co-lead
Sun Microsystems, Inc.