Closed Bug 66380 Opened 25 years ago Closed 25 years ago

after submission of form, view source yields incorrect results

Categories

(Core :: Layout, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 64100

People

(Reporter: elctrnic, Assigned: clayton)

References

()

Details

1. Go to http://leela.ucr.edu 2. enter a term to search form in the query box. 3. submit the form. 4. view -> page source What happens, the following is displayed in a new window: <html><body></body></html> What should happen, is that correct HTML source of the page should be displayed. Notes: The cgi in question is a C++ binary. If the binary is executed in such a way that arguments to the binary appear in the URL window as is the case with the following URL: http://leela.ucr.edu/cgi-bin/canned_search?su,maps,exact_category:%22abbreviations%20--%20dictionaries%22?10?1?A?D Then view -> page source yields the expected results.
This form uses method="post". What you see in the source is what you get when you only load that URL, without the form data. *** This bug has been marked as a duplicate of 64100 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.