[ http://nagoya.apache.org/jira/browse/XERCESC-876?page=history ]

Alberto Massari updated XERCESC-876:
------------------------------------

    Priority: Major

> XMLURL::weavePaths does not work correctly for File protocol
> ------------------------------------------------------------
>
>          Key: XERCESC-876
>          URL: http://nagoya.apache.org/jira/browse/XERCESC-876
>      Project: Xerces-C++
>         Type: Bug
>   Components: Utilities
>     Versions: 2.1.0
>  Environment: Operating System: All
> Platform: All
>     Reporter: Martin Schaefer
>     Assignee: Xerces-C Developers Mailing List

>
> When the base URL is something like
> "file://localhost/F:\test\#5\data\input\test.xml"
> and the relative URL is e.g. "test.xsd", then the resulting URL will be
> "file://localhost/F:\test\test.xsd", which is incorrect.
> This happens when test.xml contains an xsi:schemaLocation attribute referring 
> to "test.xsd".
> If the protocol is File, then the pound character ('#'), and the question mark 
> character ('?') should NOT indicate the start of a url fragment or url query. 
> Instead they should be part of the path.
> Maybe this is a problem of XMLURL::parse() already, but the error only appears 
> when a relative XMLURL is created.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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]

Reply via email to