Closed
Bug 71251
Opened 24 years ago
Closed 24 years ago
View source should use source from cache instead of reloading.
Categories
(Core :: Networking: Cache, defect)
Tracking
()
People
(Reporter: nighty, Assigned: neeti)
References
Details
As an author of dynamic webpages (php & oracle) I noticed a very annoying bug in
mozilla, related to the "view source" behaviour. It doesn't use the source from
the cache, but reloads it from the web.
Now, since mozilla forgets his POST vars, this can lead to unpredictable
results. It is especially annoying for authors of dynamic pages, like me, who
rely upon the "view source" capability of their browser to check for possible
bugs in our code. It can also display erroneous code when the page has some
random component in it...
Fixing the "forget POST vars" bug is one step into the good direction, but only
a "view source" implemented from cache will completely solve these problems.
When users click on "view source" they expect to see the source of the
page/frame currently being rendered; not the source of a reload.
Perhaps this bug is already reported; I checked bugzilla but didn't find it. If
this is a known bug, my appologies.
Updated•24 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•