You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/02/27 22:28:49 UTC

DO NOT REPLY [Bug 6746] - UNC path support

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6746>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6746

UNC path support





------- Additional Comments From keshlam@us.ibm.com  2002-02-27 21:28 -------
Xalan expects filenames to be URIs, and UNCs are not URIs. (Neither are DOS 
filenames, but I believe we have a special-case that tries to accept them as 
such.)

I'm not sure whether this would work, but try entering your UNC as
  file:///\\fasgamma\vdev\...\index.html
to explicitly say that you want your PC's filesystem to interpret the request.

I don't think this is a bug. It _might_ be an enhancement request, but frankly 
I'd really rather not get further into the business of guessing what the proper 
conversions are.