Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vaadin/flow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24.9.1
Choose a base ref
...
head repository: vaadin/flow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24.9.2
Choose a head ref
  • 4 commits
  • 12 files changed
  • 5 contributors

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    2e10f42 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    416754b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Configuration menu
    Copy the full SHA
    c21030a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. fix: make sure request principal is available (#22368) (#22398)

    When Spring Security request matchers are executed within SpringPathAccessChecker
    the request object is a stub instance that throw UnsupportedOperationException
    for many methods. This can cause failure when the path access checker is used
    in combination with request matchers that, for example, try to access the
    request user principal. An example is the pre-configured 'isAllowedHillaView'
    matcher.
    This change wraps the request matchers configured by Vaadin so that the
    request principal is taken from the Spring Security context, if not available
    on the request.
    
    In addition provides documentation and helper to set a global HttpServletRequestTransformer
    to augment all requests handled by WebInvocationPrivilegeEvaluator with the
    proper getUserPrincipal method override.
    
    Fixes #22284
    mcollovati authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    0e8fcde View commit details
    Browse the repository at this point in the history
Loading