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

Issue #8716 - Handle bad host/authority headers better #8717

Merged
merged 13 commits into from
Nov 9, 2022

Commits on Oct 14, 2022

  1. Issue #8716 - Handle bad host/authority headers better

    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d4a7439 View commit details
    Browse the repository at this point in the history
  2. Remove extra Host header in testcase that doesn't deal with bad Hos…

    …t headers
    
    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    615837a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Issue #8716 - Updates from review

    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d183957 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Create URIUtil.isRegName instead

    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    74c1ec4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Correcting HostPortTest.testValidAuthority

    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a41a2e0 View commit details
    Browse the repository at this point in the history
  2. Correcting RequestTest.testInvalidHostHeader

    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    1c0663b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Nov 3, 2022

  1. Changes from review

    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8b4cb02 View commit details
    Browse the repository at this point in the history
  2. Remove clonable, set to final

    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    0f6419f View commit details
    Browse the repository at this point in the history
  3. Set to array size 128

    Signed-off-by: Joakim Erdfelt <[email protected]>
    joakime committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bcfba0d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    e7cf9aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f61885 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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