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 Alex Gaynor)

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 (1)

comment:1 by Alex Gaynor, 14 years ago

Description: modified (diff)

Cleaned up formatting.

Note: See TracTickets for help on using tickets.
Back to Top