We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Method com.vaadin.flow.router.RouteNotFoundError#readHtmlFile obtains input stream via Class.getResourceAsStream() but fails to close it
com.vaadin.flow.router.RouteNotFoundError#readHtmlFile
Class.getResourceAsStream()
The text was updated successfully, but these errors were encountered:
chore: Close input stream after using it
18f28a9
Fixes #9363
chore: Close input stream after using it (#12235)
914ec13
1b852e3
104f292
chore: Close input stream after using it (#12235) (#12243)
e122e74
Fixes #9363 Co-authored-by: Artur <[email protected]>
chore: Close input stream after using it (#12235) (#12242)
9c32407
Successfully merging a pull request may close this issue.
Method
com.vaadin.flow.router.RouteNotFoundError#readHtmlFile
obtains input stream viaClass.getResourceAsStream()
but fails to close itThe text was updated successfully, but these errors were encountered: