~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 02:33:15 UTC
  • mto: This revision was merged to the branch mainline in revision 441.
  • Revision ID: john@arbash-meinel.com-20110210023315-515pkynlfpfs3cvm
Fix bug #716201 by suppressing body content when getting a HEAD request.

This adds some WSGI middleware that suppresses returning body content if a HEAD request
is received.

Note that we don't yet pass GET down to the lower levels, so they could still
decide whether they can do less work or not. We may want to make the standard BranchWSGIApp
do less work under those circumstances.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
What's changed in loggerhead?
2
2
=============================
3
3
 
 
4
1.19 [????]
 
5
-----------
 
6
 
 
7
    - HEAD requests should not return body content. This is done by adding
 
8
      another wsgi middleware that strips the body when the REQUEST_METHOD is
 
9
      HEAD. Note that you have to add the middleware into your pipeline, and
 
10
      it does not decrease the actual work done.
 
11
      (John Arbash Meinel, #716201)
 
12
 
4
13
1.18 [10Nov2010]
5
14
----------------
6
15