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

Cherry-pick of Improvements to PathSpec for Jetty 10.0.x #8136

Merged
merged 7 commits into from Jun 8, 2022

Commits on Jun 7, 2022

  1. Cherry-pick of Improvements to PathSpec.

    From commit: 5b4d1dd
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 7, 2022
    Copy the full SHA
    c21b6a8 View commit details
    Browse the repository at this point in the history
  2. Fixing ConstraintSecurityHandler usage of PathMappings

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 7, 2022
    Copy the full SHA
    547fa69 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Fixing bad INCLUDE logic from cherry-pick in ServletHandler.doScope()

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 8, 2022
    Copy the full SHA
    2ec9527 View commit details
    Browse the repository at this point in the history
  2. Cleanup of non ServletPathSpec behaviors in ServletPathMapping class

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 8, 2022
    Copy the full SHA
    590adf2 View commit details
    Browse the repository at this point in the history
  3. Skip optional group name/info lookup if regex fails.

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 8, 2022
    Copy the full SHA
    4e419d8 View commit details
    Browse the repository at this point in the history
  4. Prevent NPE on static servletPathMappings

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 8, 2022
    Copy the full SHA
    bc1416a View commit details
    Browse the repository at this point in the history
  5. Update WebSocketMappings to use new PathMappings.getMatched(String)

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Jun 8, 2022
    Copy the full SHA
    eb36ebf View commit details
    Browse the repository at this point in the history