summaryrefslogtreecommitdiff
path: root/django/middleware/http.py
AgeCommit message (Expand)Author
2009-07-29BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.Jacob Kaplan-Moss
2008-06-30Fixed #7046 -- set the response status code correctly in ConditionalGetMiddle...Malcolm Tredinnick
2007-11-11Fixed #5898 -- Changed a few response processing paths to make things harder ...Malcolm Tredinnick
2007-10-31Removed unused variable.Gary Wilson Jr
2007-10-31Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr
2007-09-20Fixed #3872, which turns out to not have been a bug in the first place, by re...Jacob Kaplan-Moss
2007-09-16Fixed #3872 -- Fixed incorrect handling of HTTP_X_FORWARDED_FOR in SetRemoteA...Adrian Holovaty
2007-07-16Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick
2006-08-18Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...Adrian Holovaty
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty