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

PathMappings optimizations #9055

Merged
merged 7 commits into from
Dec 20, 2022
Merged

Commits on Dec 14, 2022

  1. Optimize PathMappings

    Avoid iterations if only ServletPathSpec instances
    Avoid tests for empty mappings.
    Better reset implementation
    gregw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    976ca77 View commit details
    Browse the repository at this point in the history
  2. Optimize PathMappings

    Avoid iterations if only ServletPathSpec instances
    Avoid tests for empty mappings.
    Better reset implementation
    gregw committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    496b6b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Optimize PathMappings

    Improve suffix matching
    gregw committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    91da887 View commit details
    Browse the repository at this point in the history
  2. Optimize PathMappings

    Improve exact matching
    gregw committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    943aa3e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. More test coverage

    gregw committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b047af2 View commit details
    Browse the repository at this point in the history
  2. More test coverage

    gregw committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8a1dc8e View commit details
    Browse the repository at this point in the history
  3. No need for this change now.

    gregw committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    411e9ca View commit details
    Browse the repository at this point in the history