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=26157>. 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=26157 writeToURI and write methods don't handle file: URIs ------- Additional Comments From [EMAIL PROTECTED] 2004-01-15 09:43 ------- The patch is far from perfect, and just uses the java.net.URL class to parse the URI passed in. This appears to work correctly on both Linux and Windows. I looked at using the Xerces URI class, but hit issues with questionable windows file URIs. I won't claim to understand enough about either URIs or Xerces' approach to handling them to have a valid opinion on what to do here; but the patch at least makes it possible to parse basic file URIs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
