Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MustacheEnvironmentCollector to not ignore native fetcher #21060

Closed
wants to merge 3 commits into from

Commits on Apr 21, 2020

  1. Ignore STS-generated files

    Dave Syer committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    eeda0a0 View commit details
    Browse the repository at this point in the history
  2. Fix MustacheEnvironmentCollector to not ignore native fetcher

    When the context is a map (as it is in a web View for instance)
    you can't assume a non-null fetcher actually contains the property
    you are searching for. This change alters the logic so that the
    native fetcher is always consulted if it exists, but there is
    always a fallback.
    
    Fixes spring-projectsgh-21045
    Dave Syer committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b5f1bd4 View commit details
    Browse the repository at this point in the history
  3. Fix for _csrf.token style properties

    Dave Syer committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    554599b View commit details
    Browse the repository at this point in the history