[
https://issues.apache.org/jira/browse/XMLSCHEMA-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030523#comment-13030523
]
Andreas Veithen commented on XMLSCHEMA-3:
-----------------------------------------
The issue is still linked to an open issue in AXIS2. I will have a closer look
and fix the issue when I get the time.
> DefaultURIResolver doesn't resolve JAR style URLs properly
> ----------------------------------------------------------
>
> Key: XMLSCHEMA-3
> URL: https://issues.apache.org/jira/browse/XMLSCHEMA-3
> Project: XmlSchema
> Issue Type: Bug
> Affects Versions: XmlSchema 1.4.2, XmlSchema 1.4.6
> Reporter: Andreas Veithen
> Priority: Minor
>
> DefaultURIResolver is unable to resolve entities against a base URI of the
> following form:
> jar:file:/D:/data/my.jar!/package/schema.xsd
> The reason is that resolveEntity uses java.net.URI: the URI is opaque and
> java.net.URI doesn't resolve relative URIs against opaque URIs. The original
> version of DefaultURIResolver (r396478) used java.net.URL and worked
> perfectly in that case. This was broken in r400374.
> The impact of this issue is that it is not possible to load schemas from the
> classpath, if they have imports and DefaultURIResolver is used.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]