Closed
Bug 75112
Opened 24 years ago
Closed 24 years ago
Case of httpheaders should be shown "as-is"
Categories
(Core :: Networking: HTTP, enhancement)
Core
Networking: HTTP
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
Assignee | ||
Updated•24 years ago
|
Severity: normal → enhancement
Summary: case of httpheaders should be shown "as-is" → [RFE] case of httpheaders should be shown "as-is"
Assignee | ||
Comment 2•24 years ago
|
||
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?
Reporter | ||
Comment 3•24 years ago
|
||
It's not a big deal. I just think that when I display the headers, we might as
well display them the "right" way.
Assignee | ||
Comment 4•24 years ago
|
||
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
Reporter | ||
Comment 5•24 years ago
|
||
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"
Assignee | ||
Comment 6•24 years ago
|
||
the http headers are currently displayed using mixed-case. marking FIXED.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•24 years ago
|
||
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.
Description
•