Add support for Windows-style UNC URIs
--------------------------------------
Key: XERCESC-1931
URL: https://issues.apache.org/jira/browse/XERCESC-1931
Project: Xerces-C++
Issue Type: Improvement
Components: Utilities
Affects Versions: 3.1.1
Reporter: Boris Kolpackov
Fix For: 3.1.2, 3.2.0
There are three ways to represent Windows network share paths in URI that are
in use today:
file://host/path
file:////host/path
file://///host/path
Xerces-C++ only supports the later two. The first encoding is the Microsoft
recommended[1] and Windows API functions construct URI this way. We should
probably add support for the first format as well.
[1] http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]