[ http://issues.apache.org/jira/browse/XERCESJ-1060?page=comments#action_62446 ] elharo commented on XERCESJ-1060: ---------------------------------
The colon isn't the only issue. The @ sign is also prohibited in reg-names in 3986 and allowed in 2396. I wonder what the working group was thinking? I suspect they were trying to make it easier to distinguish reg-names from host-based authorities, and allow user info and port to be specified for registry based authorities. This particular issue is not listed in Appendix D2 of 3986, Modifications, so I wonder if the working group noticed it? > anyURI validation is too strict > ------------------------------- > > Key: XERCESJ-1060 > URL: http://issues.apache.org/jira/browse/XERCESJ-1060 > Project: Xerces2-J > Type: Bug > Components: XML Schema datatypes > Versions: 2.5.0 > Environment: Stylus Studio 6.1, Windows XP > Reporter: Julian Cable > > The following error message is generated: > file:///d:/drm/code/mdigen/drmmdi.conf:10,80: Datatype error: > Type:InvalidDatatypeValueException, Message:Value > 'dcp.tcp.pft://192.168.0.1:1002:3002?fec=1&crc=0' is NOT a valid URI . > but this is a valid URI according to RFC 2936 and RFC 3986. The example is > from ETSI TS 102 821 Annex C. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
