DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43175>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43175 Summary: typo of web-app_2_4.xsd and web-app_2_5.xsd Product: Tomcat 6 Version: 6.0.14 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I noticed that some xml schema files have some typos. Regards, Index: /tc6.0.x/trunk/java/javax/servlet/resources/web-app_2_4.xsd =================================================================== --- /tc6.0.x/trunk/java/javax/servlet/resources/web-app_2_4.xsd (revision 566663) +++ /tc6.0.x/trunk/java/javax/servlet/resources/web-app_2_4.xsd (working copy) @@ -15,7 +15,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -<?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://java.sun.com/xml/ns/j2ee" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee" Index: C:/eclipse_workspaces/tomcat_trunk/tomcat6/java/javax/servlet/resources/web-app_2_5.xsd =================================================================== --- /tc6.0.x/trunk/java/javax/servlet/resources/web-app_2_5.xsd (revision 566663) +++ /tc6.0.x/trunk/java/javax/servlet/resources/web-app_2_5.xsd (working copy) @@ -15,7 +15,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -<?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://java.sun.com/xml/ns/javaee" xmlns:javaee="http://java.sun.com/xml/ns/javaee" @@ -474,14 +473,14 @@ <xsd:attribute name="id" type="xsd:ID" /> </xsd:complexType> <!-- **************************************************** --> - <xsd:simpleType name="窶?http-methodType窶?"> + <xsd:simpleType name="http-methodType"> <xsd:annotation> <xsd:documentation> A HTTP method type as defined in HTTP 1.1 section 2.2. </xsd:documentation> </xsd:annotation> - <xsd:restriction base="窶?xsd:token窶?"> - <xsd:pattern value="窶?[\p{L}-[\p{Cc}\p{Z}]]+窶?" /> + <xsd:restriction base="xsd:token"> + <xsd:pattern value="[\p{L}-[\p{Cc}\p{Z}]]+" /> </xsd:restriction> </xsd:simpleType> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]