django1/django/middleware
Claude Paroz 27dd7e7271 Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware
Thanks codeitloadit for the report, living180 for investigations
and Tim Graham for the review.
2015-01-06 08:42:58 +01:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Prevented leaking the CSRF token through caching. 2014-04-21 18:11:26 -04:00
clickjacking.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
common.py Fixed #23531 -- Added CommonMiddleware.response_redirect_class. 2014-11-04 17:56:57 -05:00
csrf.py Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware 2015-01-06 08:42:58 +01:00
gzip.py Fixed #17552 -- Removed a hack for IE6 and earlier. 2014-06-10 08:42:31 +02:00
http.py Fixed #22440 -- Updated ConditionalGetMiddleware to comply with RFC 2616. 2014-06-13 20:01:35 -04:00
locale.py Fixed #21579 -- Made LocaleMiddleware respect script prefix. 2014-08-14 09:36:41 -04:00
security.py Fixed #17101 -- Integrated django-secure and added check --deploy option 2014-09-12 15:05:23 -04:00