summaryrefslogtreecommitdiff
path: root/django/middleware
AgeCommit message (Expand)Author
2010-06-08Fixed #13716 - the CSRF get_token function stopped working for views with csr...Luke Plant
2010-03-07Fixed #6228: Changed common middleware to respect request-specific urlconf. T...Karen Tracey
2010-01-10Removed an 'assert False' I stupidly committed in [12165]Adrian Holovaty
2010-01-10Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...Adrian Holovaty
2010-01-10Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty
2010-01-09Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...Adrian Holovaty
2009-10-27Misc clarifications in csrf middleware commentsLuke Plant
2009-10-27Slight change to CSRF error messages to make debugging easier.Luke Plant
2009-10-27Removed unused import.Luke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-07-29BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware.Jacob Kaplan-Moss
2009-04-12Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.Malcolm Tredinnick
2008-10-07Fixed #9199 -- We were erroneously only prepending "www" to the domain if weMalcolm Tredinnick
2008-09-30Fixed #9221 -- Small optimisation to caching middleware handling.Malcolm Tredinnick
2008-08-27Fixed #7379: fixed a subtle corner case involving URL encoding in `CommonMidd...Jacob Kaplan-Moss
2008-08-21Fixed #8381 -- Fixed a problem with appending slashes in the common middlewareMalcolm Tredinnick
2008-08-15Fixed a typo and added a bit more ReST markup to cache middleware docstring.Gary Wilson Jr
2008-08-09Split CacheMiddleware up into two parts -- an update-cache and a fetch-from-c...Jacob Kaplan-Moss
2008-08-09Fixed #8121 -- Don't override the Content-Language HTTP header in the localeMalcolm Tredinnick
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-06-30Fixed #7046 -- set the response status code correctly in ConditionalGetMiddle...Malcolm Tredinnick
2008-06-16Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoti...Adrian Holovaty
2008-02-04Fixed #6480 -- Added application/pdf the list of content types we don't compr...Malcolm Tredinnick
2007-12-02Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...Malcolm Tredinnick
2007-11-29Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP headerMalcolm Tredinnick
2007-11-19Made some stylistic changes in `GZipMiddleware` and added some notes about IE...Gary Wilson Jr
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-10-20Fixed #5762 -- Quoted the portions that make up the URL when appendingMalcolm Tredinnick
2007-10-20Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'...Malcolm Tredinnick
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-09-15Added a get_host() method to HttpRequest. There is still an http.get_host() v...Malcolm Tredinnick
2007-09-14Added more dict-like methods to HttpResponse as part of the response.headers ...Jacob Kaplan-Moss
2007-08-12Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well...Malcolm Tredinnick
2007-08-12Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...Malcolm Tredinnick
2007-07-16Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick
2007-07-13Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path value.Malcolm Tredinnick
2007-06-17Changed ETag computation to first check if an ETag header already exists in theMalcolm Tredinnick
2007-06-02Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. Thanks,Malcolm Tredinnick
2007-06-01Fixed #3206 -- Changed ETag comparison to only return 304 when the normalMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-20Added client IP address to the e-mail that is sent when an internalLuke Plant
2007-03-25Fixed #3808 -- Fixed some typos in comments. Thanks, Collin GradyAdrian Holovaty
2006-11-22Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s...Jacob Kaplan-Moss
2006-09-26Improved detection of whether a URL is internal or not for the purposeLuke Plant
2006-09-25Altered [3778] change to match our coding/text style (django.middleware.common)Adrian Holovaty
2006-09-22Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IPMalcolm Tredinnick
2006-09-22Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian Holsman.Malcolm Tredinnick