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

Accept file paths passed as a plain string, toURL throws IAE. #4560

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

sdedic
Copy link
Member

@sdedic sdedic commented Aug 29, 2022

When passing a file path as a plain string to the command, the URI.toURL() throws IllegalArgumentException that was not caught, and the fallback path (interpreting the string as file path) was not executed.

@sdedic sdedic added the LSP [ci] enable Language Server Protocol tests label Aug 29, 2022
@sdedic sdedic requested a review from dbalek August 29, 2022 10:37
@sdedic sdedic self-assigned this Aug 29, 2022
@sdedic sdedic merged commit bc08a4d into apache:master Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LSP [ci] enable Language Server Protocol tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants