Aymeric Augustin
|
ce76fbfc5a
|
Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.
Obviously it isn't set until the URL is resolved.
|
2013-03-10 23:28:19 +01:00 |
Carl Meyer
|
d51fb74360
|
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
This is a security fix; disclosure and advisory coming shortly.
|
2013-02-19 11:23:29 -07:00 |
Aymeric Augustin
|
4a6490a4a0
|
Removed HttpRequest.raw_post_data.
|
2012-12-29 21:59:07 +01:00 |
Florian Apolloner
|
27560924ec
|
Fixed a security issue in get_host.
Full disclosure and new release forthcoming.
|
2012-12-10 22:11:40 +01:00 |
Aymeric Augustin
|
095eca8dd8
|
Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.
Thanks Claude Paroz.
|
2012-11-03 13:03:15 +01:00 |
Alex Gaynor
|
b4066d7d21
|
Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py
|
2012-10-21 11:12:59 -07:00 |