- Vaadin
XHRReloadVaadinServiceInitListener
- Improved performance by not building element every request and cloning it instead
- If an error occurs while the script is added to the document the error is now logged (once at WARN; all subsequent ones at DEBUG)
- Vaadin
- Fix
SecureVaadinRequestCache
ignoring non-optional url parameters
- Fix
Initial production ready release
- Added demo + integration tests
- Vaadin
- Fix XHR Reload not working (header missing) due to incorrect auto-configuration order
- Vaadin
- Add Vaadin XHR Reload subsystem
- Fixes Vaadin being stuck in loops with POST or similar requests when authentification expires
- Fix wrong CSRF method being used, resulting in CSRF errors when these requests are encountered
- DO NOT redirect these requests to login
- OAuth2/OIDC
- Make it possible to specify applicable sources for
OAuth2RefreshReloadCommunicator
- Make it possible to specify applicable sources for
Initial preview version for internal integration tests and release management checks