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

Add support for the HTTP HEAD method #20

Closed
rossabaker opened this issue Nov 30, 2010 · 2 comments
Closed

Add support for the HTTP HEAD method #20

rossabaker opened this issue Nov 30, 2010 · 2 comments
Assignees

Comments

@rossabaker
Copy link
Member

No description provided.

@rossabaker
Copy link
Member Author

The servlet container handles HEAD as a bodyless GET for us. We will need to handle this ourselves for SSGI.

@rossabaker
Copy link
Member Author

There's a lot that needs to be done for SSGI. We'll track those as part of the SSGI project when it is revived.

rossabaker added a commit that referenced this issue Jul 28, 2011
HEAD support has existed in main for a long time, but previous versions of
Jetty choked while testing it.  7.4.x handles it just fine, so the methods
have been added ot the test DSL.

Add support for the other methods before we close #51.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant