github vaadin/flow 24.10.6
Vaadin Flow 24.10.6

latest release: 24.9.20
10 hours ago

Changes since 24.10.5

All changes

Fixes

  • Encode location query parameter in init request to preserve + (#24089) (CP: 24.10)
    Commit · Pull request

    Re-add encodeURIComponent() around the location parameter in the init request query string. Without encoding, a literal + in the URL path (e.g. /+/dashboard) is interpreted as a space by the servlet container's query parameter decoding, resulting in InvalidLocationException: Relative path cannot start with / The encodeURIComponent was removed in #22791 to preserve %2F in wildcard parameters, but this is not needed: double-encoding (%2F becomes %252F) is correctly undone by the servlet's single query parameter decode.

Don't miss a new flow release

NewReleases is sending notifications on new releases.