#13687 closed (fixed)
Getting and deleting HttpResponse header are case-insensitive
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".
Change History (4)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|
comment:2 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Cleaned up formatting.