Closed
Bug 105554
Opened 23 years ago
Closed 23 years ago
View-Source improperly caching output from CGI's
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
People
(Reporter: NathanHumble, Assigned: bzbarsky)
Details
View-source seems to be caching the source from CGI scripts and not updating
it even though the rendered page updates. I am not having a problem with the
POST data being sent, I am having a problem with the source being from an old
version of the page. This is a major problem when developing CGI's and
previewing the output in Mozilla (especially when hidden fields are involved).
.
Assignee: asa → bzbarsky
Component: Browser-General → Networking
Whiteboard: DUPEME
Assignee | ||
Comment 2•23 years ago
|
||
Yup. This is the same problem as the form data being resent actually. We need
to change the way we pull source from the cache....
This will hopefully get fixed soon, since it requires interface changes and
seems like a major 1.0 stopper to me. :(
*** This bug has been marked as a duplicate of 55583 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•