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 #5214 - Servlet HEAD doesn't support content-length over Integer.MAX_VALUE #5215

Merged
merged 7 commits into from
Sep 2, 2020

Commits on Aug 31, 2020

  1. Issue #5214 - Replicating HEAD Content-Length failure for huge files

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    1168713 View commit details
    Browse the repository at this point in the history
  2. Issue #5214 - Use known content_length when in bypass write

    + In the case of HEAD, the servlet-api response is a wrapper
      of javax.servlet.http.HttpServlet$NoBodyResponse
      We know the content_length, use it.
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    eba360f View commit details
    Browse the repository at this point in the history
  3. Issue #5214 - Use known content_length when in HEAD mode

    + Adding DefaultServlet.doHead() to avoid servlet wrapping
    + Making ResourceService HEAD aware
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    dcb06d3 View commit details
    Browse the repository at this point in the history
  4. Cleanup dead code in ResourceService

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9128fc4 View commit details
    Browse the repository at this point in the history
  5. + improved sentinels values for content-length

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9e326fe View commit details
    Browse the repository at this point in the history
  6. Merge branch 'jetty-9.4.x-5214-head-huge-static' of https://github.co…

    …m/eclipse/jetty.project into jetty-9.4.x-5214-head-huge-static
    gregw committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a6b7f73 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Feedback from review:

     + check no content in HEAD response
    gregw committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    418093a View commit details
    Browse the repository at this point in the history