Closed
Bug 63589
Opened 24 years ago
Closed 24 years ago
view page source function shows bad page
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: tux, Assigned: rods)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-3 i686; en-US; m18) Gecko/20001129
BuildID: 2000112921
I was developing pages on intranet and viewed them in mozilla. I have send a
form using the POST method and it created a page with address /admin.jsp. I uset
the View/Page Source function to look at the source and it showed something
different - not the source of the page but the source as if I fetched the same
page with GET request and no POST data (it showed only the form source here, not
the results)
I think that the page have probably expired in the cache, but it still should be
available as long as the page is in the browser
I think that the wiew source should always show the source of the page and not
try to fetch it again (regardless if it expired from cache or whatever)
Reproducible: Always
Steps to Reproduce:
1. go to any page that have a form that is submitted with POST method
2. type something in the form and look at the results.
3. Use view page source function.
Actual Results: 4. You won't see the results page but something different - you
will see the source of the page with same address but as if it was fetched with
GET method and no query data
Expected Results: 4. See the actual source code
Comment 1•24 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•