vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.78k stars 729 forks source link

Enable Vaadin-Refresh on non-XHR Push #10835

Open OlliTietavainenVaadin opened 6 years ago

OlliTietavainenVaadin commented 6 years ago

Currently, in DefaultConnectionStateHandler::xhrInvalidContent , there is a check for UIDL_REFRESH_TOKEN = "Vaadin-Refresh" in the response text. If the token is found, there's a redirect to the wanted URL. This same behavior should also be implemented in pushInvalidContent, because currently that Vaadin-Refresh token is not working if Push is enabled (at least with with Long Polling).

stale[bot] commented 6 years ago

Hello there!

We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!

marcjay commented 3 years ago

I've also run into this issue and am very keen to understand if there's a workaround or a way we can implement this

stale[bot] commented 3 years ago

Hello there!

We are sorry that this issue hasn't progressed lately. We are prioritizing issues by severity and the number of customers we expect are experiencing this and haven't gotten around to fix this issue yet.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!