-
Notifications
You must be signed in to change notification settings - Fork 168
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
Make sure that web resources handled by the Vaadin Servlet are available in OSGi #4229
Comments
This is kind of blocked by the #4227 but it doesn't have to wait when the task will be completely done (and merged). |
What needs to be done: create an application, deploy it to OSGi and make sure the internal web resources are available there (webjars and internal URLs are handled properly). |
Similar issue is #4230 |
The resolution comments for this ticket:
So in the result: this issue is divided to a number of sub-issues already reported. |
This ticket is about resources which are internally handled by the Vaadin servlet as a static resource (via
StaticFileServer
).There are some internal URLs which are handled by Flow like
StreamResource
(their URI starts withVAADIN/dynamic/resource/
) seeStreamRequestHandler::generateURI
.Also VaadinServlet has logic which handles webjar URLs.
Those resources should be available as web resources in OSGi.
See mmerruko/framework@687a900 for related (but not necessary the same) support in FW8.
This will require some OSGi test environment. So it might be that this should not be done before #4227.
The text was updated successfully, but these errors were encountered: