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=20368>. 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=20368 parse(File f) Summary: parse(File f) Product: Xerces2-J Version: 2.4.0 Platform: Other OS/Version: Netware Status: NEW Severity: Major Priority: Other Component: JAXP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This function runs wrong on NetWare. XML-API tries to download a file by the network because it creates a bad URI. For example, my file is INTRANET:\security.xml I saw in the exception a try to download something from network by FTP. With old version of Xerces (included in a single file Xerces.jar), it runs fine. I looked at in the source files and now I think the problem is in the FilePathToURI class (function filepath2URI(String path)). A special code is added for Windows platform but not for Netware --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
