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

Jetty 9.4.x 5555 npe named filter mapping #5559

Merged
merged 2 commits into from Nov 2, 2020

Commits on Nov 2, 2020

  1. Fixes #5555 NPE if Filter of named servlet

    Fixed #5555 NPE if there is a filter with a servlet name mapping, but a request is received for a servlet without a name match.
    Added more simple tests for servlet and filter mappings
    gregw committed Nov 2, 2020
    Copy the full SHA
    365bab1 View commit details
    Browse the repository at this point in the history
  2. More cleanup for #5555

    Some more cleanup for #5555
    gregw committed Nov 2, 2020
    Copy the full SHA
    4c49ca5 View commit details
    Browse the repository at this point in the history