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

Improved PathSpec handling for servletName & pathInfo #7947

Merged
merged 17 commits into from Jun 7, 2022

Commits on Apr 28, 2022

  1. More work on MatchedResult

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    23c7b18 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Issue #7891 - Improved PathSpec usage

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

Commits on May 3, 2022

  1. Issue #7891 - Improved RegexPathSpec signature detection

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 3, 2022
    Configuration menu
    Copy the full SHA
    77b47a2 View commit details
    Browse the repository at this point in the history
  2. Issue #7891 - Improved RegexPathSpec signature detection with groups

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 3, 2022
    Configuration menu
    Copy the full SHA
    ad9b83d View commit details
    Browse the repository at this point in the history
  3. Issue #7891 - Fixing typo in PathSpecSet

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2edc71e View commit details
    Browse the repository at this point in the history
  4. Issue #7891 - Fixing comparison in Invoker

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 3, 2022
    Configuration menu
    Copy the full SHA
    0cb102c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Issue #7891 - Correct no-match NativeWebSocketConfiguration condition

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 4, 2022
    Configuration menu
    Copy the full SHA
    6c2968a View commit details
    Browse the repository at this point in the history
  2. Issue #7891 - Introduce MatchedPath.from

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 4, 2022
    Configuration menu
    Copy the full SHA
    7adf903 View commit details
    Browse the repository at this point in the history
  3. Issue #7891 - Add toString() impls

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

Commits on May 11, 2022

  1. Issue #7891 - Improving MatchedResource

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 11, 2022
    Configuration menu
    Copy the full SHA
    3085e71 View commit details
    Browse the repository at this point in the history
  2. Issue #7891 - Fixing compilation issues

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 11, 2022
    Configuration menu
    Copy the full SHA
    498b5c3 View commit details
    Browse the repository at this point in the history
  3. Issue #7891 - Better group match optimization logic

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 11, 2022
    Configuration menu
    Copy the full SHA
    fc05341 View commit details
    Browse the repository at this point in the history
  4. Issue #7891 - Better group match optimization logic

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 11, 2022
    Configuration menu
    Copy the full SHA
    20d5c8c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Issue #7891 - Optimized .put() and .remove()

    + Implemented recalculations
    + Added more comments
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3d7cb4c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

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

Commits on Jun 5, 2022

  1. Improved match

    gregw committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    00a6fcc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Changes from review

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