Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for GraalVM ResourceURLConnection
GraalVM creates a resource substitution for regular resources on SubstrateVM @see https://github.com/oracle/graal/blob/db22885e2deb21ff0c1a72314f7b9bb86b7d334c/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/resources/ResourceURLConnection.java#L38 Differences between regular URLConnection & ResourceURLConnection: - `resource:` - protocol instead of `jar:` or `file:` - no way of checking if the resource is a directory
- Loading branch information