Closed Bug 75112 Opened 24 years ago Closed 24 years ago

Case of httpheaders should be shown "as-is"

Categories

(Core :: Networking: HTTP, enhancement)

enhancement
Not set
normal

Tracking

()

VERIFIED FIXED
Future

People

(Reporter: bugzilla, Assigned: darin.moz)

Details

Currently the http-headers are always shown in lowercase.
I don't think about:cache is doing anything to the case of the metadata that http sets. Darin?
Assignee: gordon → darin
Component: Networking: Cache → Networking: HTTP
Severity: normal → enhancement
Summary: case of httpheaders should be shown "as-is" → [RFE] case of httpheaders should be shown "as-is"
what happens is that nsHTTPResponse parses the headers, and then we flatten the headers when we stick them in the cache entry's meta-data. with the way parsing is done, it would be tedious to get ahold of the raw headers. reporter: why is this a big deal?
It's not a big deal. I just think that when I display the headers, we might as well display them the "right" way.
by "right" i assume you mean mixed-case. while i agree that this would be nice, it really means writing a replacement for "tolower" that does the mixed-case conversion. definitely a low item on the priority list. --> FUTURE
Target Milestone: --- → Future
RFE cleanup. RFE is already indicated by the Severity field...Sorry for the spam!
Summary: [RFE] case of httpheaders should be shown "as-is" → Case of httpheaders should be shown "as-is"
the http headers are currently displayed using mixed-case. marking FIXED.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Yeps. Header is now shown as fx "Last-Modified:" in about:cache...
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.