Closed
Bug 22935
Opened 25 years ago
Closed 25 years ago
can't view source for form post generated page
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
People
(Reporter: akkzilla, Assigned: pollmann)
References
()
Details
Load the indicated URL, select any department and hit SEARCH.
Try to view source on the resulting page. 4.61 can view the source, but mozilla
says (with html tags sprinkled liberally throughout):
Sorry! Nothing was submitted. Please try again!
Not sure if this is a netlib problem or a view source problem ... trying Rick first.
View source is working fine. The document that's returned is bogus, so I suspect
either netlib or forms. Let's try Eric first, since it's the new year and I
haven't picked on him yet! Thanks akkana.
Assignee | ||
Updated•25 years ago
|
OS: other → All
Hardware: Other → All
Summary: can't view source for form submission generated page → can't view source for form post generated page
Assignee | ||
Comment 2•25 years ago
|
||
Thanks Rick. When viewing source for a page we get it from the server again,
right? It looks like we're not sending the post data stream back to the
server. It would need this information to reconstruct the form request.
Where do we get the URL of the current page for view-source? Is the post data
stream stored there? (If it is from session history, we are probably looking at
a dup of bug 17685. If not, maybe we should be?)
Comment 3•25 years ago
|
||
*** This bug has been marked as a duplicate of 6119 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•