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 2003/04/11 17:44:54 UTC

[PATCH] jakarta-servletapi-5 - JSP 2.0 and schema changes

Attached is a patch that brings the jakarta-servletapi-5 workspace in 
sync with the upcoming JSP 2.0 PFD3 release of the specification.  It 
also has updated schema files for JSP and Servlet.

jsr152/src/share/dtd/jsp_2_0.xsd:
jsr154/src/share/dtd/jsp_2_0.xsd:
   - Clarified comments: taglibType documentation and clarified
     XML prolog --> XML prolog or text declaration
     web-jsptaglibrary_2_0.xsds

jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd:
jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd:
   - Clarified comments: Replaced reference to Servlet 2.3 spec
     with simply "Servlet spec"

jsr154/src/share/dtd/web-app_2_4.xsd:
   - Fix session-timeout type(xsdNonNegativeIntegerType -> xsdIntegerType)
   - fix encodingType

jsr154/src/share/dtd/j2ee_1_4.xsd:
   - change url-patternType from j2ee:string to xsd:string
   - role-nameType must allow "*", which means it can't be an NMTOKEN

jsr152/src/share/javax/servlet/jsp/tagext/TagLibraryValidator.java
   - Clarified behavior when namespaces are redefined.
   - Clarified the prefix of id may not always be jsp:

jsr152/src/share/javax/servlet/jsp/tagext/ValidationMessage.java
   - Clarified the prefix of id may not always be jsp:

---
Mark Roth, Java Software
JSP 2.0 Co-Specification Lead
Sun Microsystems, Inc.