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 exception error #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Almeida-a
Copy link

Running this plugin sample on windows, an URI format error is thrown.

Changing the File.separatorChar to "///" fixed this error on windows.

I wasn't, however, able to test this change on linux.

At the first lines of the README file.
Notes:
 * Not sure if it works in linux, thus the TODO
 * The error was an IllegalArgumentError at the URI.create, where the argument was recognized as an opaque URI, and it's content (in windows) was file:\<random-uuid>
 * This change caused the same URI to be of form: file:///<random-uuid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant