Issue Details (XML | Word | Printable)

Key: MODPYTHON-71
Type: Bug Bug
Status: Closed Closed
Resolution: Invalid
Priority: Minor Minor
Assignee: Unassigned
Reporter: Nicolas Lehuen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

Support the HEAD method properly

Created: 10/Aug/05 09:48 PM   Updated: 07/Mar/06 05:35 PM
Return to search
Component/s: core
Affects Version/s: 2.7.10, 3.1.3, 3.1.4, 3.2.7
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 07/Mar/06 05:33 PM


 Description  « Hide
RFC 2616, 9.4 HEAD :
8<---8<---8<---8<---8<---
 The HEAD method is identical to GET except that the server MUST NOT return
 a message-body in the response. The metainformation contained in the HTTP
 headers in response to a HEAD request SHOULD be identical to the
 information sent in response to a GET request.
8<---8<---8<---8<---8<---

Could we make sure that nothing is returned to the client ? Perhaps by making sure that req.write does nothing whenever the request method is HEAD ?

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.