elmuerte opened a new pull request #71: VFS-444: corrected ResourceFileProvider uri/path processing. URL: https://github.com/apache/commons-vfs/pull/71 The correct URI syntax is now `res:[path]`. The current documentation states `res://[path]` but that does not work, it is also incorrect according to the URI specs. The `[path]` for resource locations is always absolute, and should not start with a slash. With this change the same `[path]` can be used for the ResourceFileProvider and `ClassLoader.getResource(...)`.
---------------------------------------------------------------- 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
