1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/django/http
Jason Hobbs e1424b2370 Fixed #23397 -- Stripped whitespace from base64 during chunking
This insures the actual base64 content has a length a multiple of 4.
Also added a test case for the failure.
2014-09-13 19:06:21 +02:00
..
__init__.py
cookie.py
multipartparser.py Fixed #23397 -- Stripped whitespace from base64 during chunking 2014-09-13 19:06:21 +02:00
request.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
response.py Fixed #10190 -- Made HttpResponse charset customizable. 2014-08-19 17:34:38 -04:00
utils.py Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check. 2014-08-15 14:59:36 -04:00