Closed
Bug 293470
Opened 20 years ago
Closed 20 years ago
"File->Save Page As..." silently resubmits form
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 115174
People
(Reporter: u20230201, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
When you try to save a page that is the result of a form submit, the form is
silently (without a warning) submitted again, causing undesired effects.
Reproducible: Always
Steps to Reproduce:
1. Fill in some form and press the submit button
2. Save the resulting page
3. Inspect the webserver's access log
Actual Results:
The page is reloaded, causing a resubmit/reexecution of form actions
Expected Results:
A warning should appear before resubmitting form data, or the form shouldn't be
resubmitted
This problem may be a variant of bug #274745
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 115174 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•