Skip to content

Vaadin Flow 9.1.5

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 Aug 11:35
· 19 commits to 9.1 since this release
38dd8db

Changes since 9.1.4

All changes

Fixes

  • Upgrade pnpm version to 7.33.5
    Pull request

  • Fix unsafe path check for URL decoded path (#17312)
    Commit · Pull request · Issue

    If a path is already URL decoded but contains a percent char, the unsafe path check fails when it tries to decode it again. The thrown IllegalArgumentException can be safely ignored, as it means that the input path is already decoded and can be checked as is.

  • Update jandex-maven-plugin for JDK 21 (#17291)
    Commit · Pull request