summaryrefslogtreecommitdiff
path: root/tests/servers/test_basehttp.py
AgeCommit message (Collapse)Author
2015-08-01[1.8.x] Fixed #25204 -- Added missing space in runserver logging.Tim Graham
Backport of 1a76257b1b385ac8afd67bd36d061f508613e4d2 from master
2015-02-19[1.8.x] Fixed typo in django.core.servers.basehttp message.Alex Vidal
Backport of e467919c6315be87abec72383ec1a81e2665ebec from master
2015-01-13Stripped headers containing underscores to prevent spoofing in WSGI environ.Carl Meyer
This is a security fix. Disclosure following shortly. Thanks to Jedediah Smith for the report.
2014-11-29Fixed #23930 -- Added copies of captured_std* managers from CPython's ↵wrwrwr
test.support. StringIO import was adapted for compatibility with Python 2.
2014-09-09Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPSFlavio Curella