garydgregory commented on issue #71: VFS-444: corrected ResourceFileProvider uri/path processing. URL: https://github.com/apache/commons-vfs/pull/71#issuecomment-526224274 Thank you for your update. Going back to consistency: On http://commons.apache.org/proper/commons-vfs/filesystems.html, we document ALL of our file systems use the format `scheme://...`. Granted, the example for `res` does not use `//` but it should be changed to do so with this patch. It would now be inconsistent with all the other file systems if we changed `res` from `res://` to `res:`. So I think the only change we need is to document the example as `res://` and keep the format as `res://[path]`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
