Opened 14 years ago
Last modified 14 years ago
#13687 closed
Getting and deleting HttpResponse header are case-insensitive — at Version 1
Reported by: | master | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
In Django dev documentation / API Reference / Request and response objects:
HttpResponse.__delitem__(header)
and HttpResponse.__getitem__(header)
state the header is "case-sensitive".
According to the code, it should be "case-insensitive".
Note:
See TracTickets
for help on using tickets.
Cleaned up formatting.