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 #4275 fail URIs with ambiguous segments #5954

Merged
merged 12 commits into from Feb 16, 2021

Commits on Feb 8, 2021

  1. Fix #4275 fail URIs with ambiguous segments

    Fix #4275 fail URIs with ambiguous segments.
    gregw committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    372b407 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. updates from review

    Invert sense of ambiguous path segment compliance
    added test
    gregw committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ff64544 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-42…

    …75-ambiguous-path-segments
    gregw committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    31bb297 View commit details
    Browse the repository at this point in the history
  3. updates from review

    Fixed tests for `%2e%2e`
    gregw committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    fa9f6c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. updates from review of RFC

     + Correctly handle canonical trailing '.' and '..'
     + Perform canonical path resolution before decoding
     + Treat decoding of %2f as an ambiguous segment.
     + better tests of ambiguous segments
    gregw committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    07f6123 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. updates from review of RFC

     + Fixed test failures that were using %2f
    gregw committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    b65a739 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    7a649f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. updates from review of RFC

     + simplified tests
    gregw committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    89869fa View commit details
    Browse the repository at this point in the history
  2. Updates from review

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    db2ee41 View commit details
    Browse the repository at this point in the history
  3. Updates from review

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    5837772 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. updates from review

    updates from review
    gregw committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1b2414b View commit details
    Browse the repository at this point in the history
  2. updates from review

    updates from review
    gregw committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4a670fc View commit details
    Browse the repository at this point in the history