Closed
Bug 119990
Opened 24 years ago
Closed 24 years ago
HTTP Status Code 205
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
People
(Reporter: mozilla, Assigned: adamlock)
Details
This http header should cause the browser to NOT reload the page (same as 204)
but should cause all <FORM> fields to be "RESET" to their defined values before
user input. Instead browser issues advisory "Document contains no data" and
leaves user input in the form/input fields unchanged.
Note: Doesn't look like any browsers from anybody honor this status code. I
looked at older Netscape and IE browsers, also checked Konqueror.
Severity: Probably trivial since it seems like I may be the only person in the
world to have tried to use that particular http header even though it seems very
useful.
Comment 1•24 years ago
|
||
docshell perhaps?
Assignee: darin → adamlock
Status: UNCONFIRMED → NEW
Component: Networking: HTTP → Embedding: Docshell
Ever confirmed: true
QA Contact: tever → adamlock
Comment 2•24 years ago
|
||
Theres a testcase for this code, too...
*** This bug has been marked as a duplicate of 49172 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•