vaadin / portlet

Portlet support for Vaadin Flow
https://vaadin.com
Other
2 stars 3 forks source link

StreamRegistration::getResourceUri result URI doesn't take into account Portlet's resource url #194

Closed mshabarov closed 2 years ago

mshabarov commented 2 years ago

Proposition: create a custom implementation of StreamResource for portlets, which would return correct "wrapped" resource url, like it's already done here https://github.com/vaadin/portlet/blob/b545000cbf32c50131fb663f901caa2d1c438d6d/vaadin-portlet/src/main/java/com/vaadin/flow/portal/PortletStreamResourceRegistry.java#L51.

mshabarov commented 2 years ago

Included into feature branch.