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 #12104 - HTTP/1.0 should produce a valid Connection header, never blank/null. #12105

Closed
wants to merge 9 commits into from

Commits on Jul 29, 2024

  1. Modernize ResponseHeadersTest

     * make it easier to test different scenarios
    joakime committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4dd04ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba27531 View commit details
    Browse the repository at this point in the history
  3. Remove bad comment

    joakime committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e755458 View commit details
    Browse the repository at this point in the history
  4. Fixes #12104 - Enable ee9 ErrorHandlerTest again

    + Fix empty `Connection:` response
      header issue seen on HTTP/1.0
    joakime committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    88b145d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. + Fix empty Connection: response

      header issue seen on HTTP/1.0
    joakime committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d73e1a0 View commit details
    Browse the repository at this point in the history
  2. + Fix empty Connection: response

      header issue seen on HTTP/1.0
      when Servlet uses `Connection: keep-alive`
      against a request that wasn't persistent.
    joakime committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e2b9423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec489b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge remote-tracking branch 'origin/jetty-12.0.x' into fix/12.0.x/ee…

    …9-errorhandlertest-restore
    joakime committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    01f4e64 View commit details
    Browse the repository at this point in the history
  2. Fixing testcase setup

    joakime committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    040c046 View commit details
    Browse the repository at this point in the history