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

vaadin-flow-bundle-manifest.json is not found when its context path has double slash #3562

Closed
SomeoneToIgnore opened this issue Feb 15, 2018 · 0 comments
Assignees
Milestone

Comments

@SomeoneToIgnore
Copy link
Contributor

Based on https://vaadin.slack.com/archives/C6X43FE8M/p1518702014000461

When a path to bundle manifest resolves in something like ‘/frontend-es6//vaadin-flow-bundle-manifest.json’ , the code in

try (InputStream bundleManifestStream = servletContext
fails to get the resource by this path.
When double slash is removed, it works correctly.

Needs to be fixed to eliminate double slashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants