[ http://issues.apache.org/jira/browse/XERCESJ-1060?page=comments#action_62434 ] elharo commented on XERCESJ-1060: ---------------------------------
Xerces is correct. This URI is syntactically incorrect according to RFC 3986. The authority component cannot have two colons when used with an IPv4 literal address. In essence, this URI tries to have two ports. I'm not familiar with the spoec you reference, but it does not appear to be conformant to the URI specification. > 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]
