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

URI encode FileResource urls #426

Closed
amvanbaren opened this issue Feb 16, 2022 · 0 comments · Fixed by #433
Closed

URI encode FileResource urls #426

amvanbaren opened this issue Feb 16, 2022 · 0 comments · Fixed by #433
Assignees
Labels
server Component: server

Comments

@amvanbaren
Copy link
Contributor

2022-02-14 14:59:32.969 ERROR 1 --- [.0-8080-exec-38] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalArgumentException: Illegal character in path at index 105: https://openvsxorg.blob.core.windows.net/resources/abelfubu/abelfubu-dark/1.3.4/extension/themes/abelFubu Dark+-color-theme.json] with root cause

java.net.URISyntaxException: Illegal character in path at index 105: https://openvsxorg.blob.core.windows.net/resources/abelfubu/abelfubu-dark/1.3.4/extension/themes/abelFubu Dark+-color-theme.json
	at java.base/java.net.URI$Parser.fail(URI.java:2913) ~[na:na]
	at java.base/java.net.URI$Parser.checkChars(URI.java:3084) ~[na:na]
	at java.base/java.net.URI$Parser.parseHierarchical(URI.java:3166) ~[na:na]
	at java.base/java.net.URI$Parser.parse(URI.java:3114) ~[na:na]
	at java.base/java.net.URI.<init>(URI.java:600) ~[na:na]
	at java.base/java.net.URI.create(URI.java:881) ~[na:na]
	at org.eclipse.openvsx.storage.AzureBlobStorageService.getLocation(AzureBlobStorageService.java:128) ~[classes/:na]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Component: server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants