Closed
Bug 103150
Opened 24 years ago
Closed 24 years ago
View Frame or Page Source after a POST displays wrong source
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
People
(Reporter: dwballance, Assigned: paulkchen)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20010913
BuildID: 2001091303
After submitting a POST, selecting View Page/Frame (as applicable in the
situation) will download the source of the URL that was specified in the ACTION
tag of the posted form. This often is NOT the same as the text displayed in the
browser (as the server generated content based on additional parameters passed
in with the form that aren't present simply by doing a GET on the ACTION url).
Obviously, this makes it challenging to evaluate the html the server is
generating from the given POST. I haven't tried it yet, but the results of the
POST of this page may serve as a good example.
Reproducible: Always
Steps to Reproduce:
1.Locate or create a POST form where the server returns info not based on the
ACTION tag
2.Submit form
3.Select View Page Source.
Reporter | ||
Comment 1•24 years ago
|
||
Indeed, selecting COMMIT in the Bugzilla entry form results in a page indicating
that emails have been sent. If View Source is selected, the source displayed has
different text (requesting the user to click "back" and re-enter information).
View Source should display the currently-rendered html, not re-load it from the
server.
Comment 2•24 years ago
|
||
*** This bug has been marked as a duplicate of 64100 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
mass verification of duplicate bugs: to find all bugspam pertaining to this, set
your search string to "DuplicateBugsBelongInZahadum".
if you think this particular bug is *not* a duplicate, please provide a
compelling reason, as well as check a recent *trunk* build (on the appropriate
platform[s]), before reopening.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•