Open
Bug 491950
Opened 16 years ago
Updated 3 years ago
Warn user or throw exception if !CanAppendToHeader(header)
Categories
(Core :: Networking: HTTP, defect, P5)
Tracking
()
NEW
People
(Reporter: WeirdAl, Unassigned)
References
()
Details
(Whiteboard: [necko-would-take])
If the user tries to append a value to a HTTP header that can't take a new value, Firefox silently replaces the HTTP header's original value with the value the user wished to append, instead. This is not desirable.
Also, Firefox does not expose any API for determining which HTTP headers the user cannot append to.
Updated•9 years ago
|
Whiteboard: [necko-would-take]
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•