-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Invalid resource content when using new URL(URL context, String spec) #1349
Comments
@voyachek thanks for your bug report. I can confirm that this is not working as expected.
|
@voyachek can you still reproduce the issue with the latest release? |
I don't see how we can pragmatically deal with this in the agent: |
Actually, the original issue (sans the agent part) seems like it could still be valid, reopening. |
Should be fixed with PR #3315. |
Note that this issue is not about the agent but if native image is able to compose resource URLs at image runtime. graal/substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/NativeImageResourceTest.java Line 57 in e34853d
|
I've used
new URL(URL context, String spec)
in the flowing scenario (native image):line 3 prints content of the resource pointed by url1, but must print the content of the resource pointed by url2 .
The text was updated successfully, but these errors were encountered: