Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResourceLocator does not handle files in zip #1269

Closed
jodastephen opened this issue Aug 8, 2016 · 1 comment
Closed

ResourceLocator does not handle files in zip #1269

jodastephen opened this issue Aug 8, 2016 · 1 comment
Assignees
Milestone

Comments

@jodastephen
Copy link
Member

ResourceLocator has a method accepting Path, but it only works for files and not for files within zip files. Enhance ResourceLocator with general URL support and delegate to that for Path when necessary.

@jodastephen jodastephen added this to the v1.1 milestone Aug 8, 2016
@jodastephen jodastephen self-assigned this Aug 8, 2016
jodastephen added a commit that referenced this issue Aug 8, 2016
Previously, files in zips were not supported
This will matter more with JFS in Java 9
#1269
cjkent pushed a commit that referenced this issue Aug 9, 2016
Previously, files in zips were not supported
This will matter more with JFS in Java 9
#1269
@jodastephen
Copy link
Member Author

Fixed by #1271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant