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

URI compliance modes for #6001 #6006

Merged
merged 8 commits into from
Mar 2, 2021
Merged

Commits on Feb 24, 2021

  1. Fix #4275 separate compliance modes for ambiguous URI segments and se…

    …parators
    
    default modes allows both ambiguous separators and segments, but still forbids ambiguous parameters
    gregw committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f9b5974 View commit details
    Browse the repository at this point in the history
  2. Addressing copy/paste mistakes

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    e68293e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6005 from eclipse/jetty-9.4.x-6001-default-accept…

    …-ambiguous-uris
    
    Fix #6001 separate compliance modes for ambiguous URI segments, params and separators
    joakime authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    0603b13 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x

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

Commits on Feb 25, 2021

  1. Misc cleanups

    Fixed checkstyle
    gregw committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    4d94851 View commit details
    Browse the repository at this point in the history
  2. Misc cleanups

    Improve names
    gregw committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9dffc84 View commit details
    Browse the repository at this point in the history
  3. Misc cleanups

    Improved javadoc
    gregw committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e3c07d8 View commit details
    Browse the repository at this point in the history
  4. Misc cleanups

    updates after review
    gregw committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    7241479 View commit details
    Browse the repository at this point in the history