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 #5575 SEARCH method #5576

Merged
merged 10 commits into from
Nov 11, 2020
Merged

Fix #5575 SEARCH method #5576

merged 10 commits into from
Nov 11, 2020

Commits on Nov 5, 2020

  1. Fix #5575 SEARCH method

    Fix #5575 SEARCH and PATCH methods
    gregw committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    17cee2a View commit details
    Browse the repository at this point in the history
  2. Added REPORT method

    Better test
    gregw committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    b8f03e2 View commit details
    Browse the repository at this point in the history
  3. + Added all IANA methods

     + Used Trie for most lookups
     + Fixed ArrayTernayTrie lookup
    gregw committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    d10b15c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    f4349fa View commit details
    Browse the repository at this point in the history
  2. + Use enum to encapsulate fact that all safe methods are idempotent.…

    ….. helps with readability
    gregw committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    064158e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235923a View commit details
    Browse the repository at this point in the history
  4. Updates from review

    gregw committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f1802a2 View commit details
    Browse the repository at this point in the history
  5. Issue #5575 - simpler HttpMethod enum

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    3e94fae View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5578 from eclipse/jetty-9.4.x-5575-SEARCH-smaller

    Issue #5575 - simpler HttpMethod enum
    joakime committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    5e062b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Update from review

     + added benchmark
     + optimised POST and HEAD
    gregw committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    bf98ae2 View commit details
    Browse the repository at this point in the history