Closed
Bug 95205
Opened 25 years ago
Closed 24 years ago
posted urls are not reposted on reload
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
People
(Reporter: spam, Assigned: gordon)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.3+) Gecko/20010813
BuildID: 2001081303
when reloading a form which was submited via POST, the page it not posted again,
but loaded and displayed from the cache.
the workaround is:
>edit - preferences - advanced - cache - clear disc cache
>reload
instead of:
>reload
Reproducible: Always
Steps to Reproduce:
1. hit submit on http://www.gentics.com/mozilla/
2. hit reload several times
3. see the timestamp NOT changing
Actual Results: the page of the last post is displayed.
Expected Results: mozilla should reload (ergo repost) the page and display a
newer page/timestamp.
this bug makes developing of web applications impossible.
i examined a couple of bug reports in the last days about reload/post problems.
although a similar problem (63293) was FIXED/VERIFIED ages ago it doesn't work
in the current (2001081303) or stable (0.9.3) build. other bug reports like
(92456) don't exactly cover this problem.
according to a comment in #90098 LOAD_BYPASS_CACHE is only passed on ****-reload.
my guess is that a form is supposed to be reposted on reload. not only on
****-reload.
if it is supposed to be reposted on shift-reload only, it IS still a bug that
this feature ist not listed in the user-interface (menu, dialog...). :) it took
me "ages" to find out about shift-reload at all.
Comment 2•25 years ago
|
||
Comment 3•24 years ago
|
||
Marking as dupe of bug 89309. Reporter: If you disagree, please reopen.
-> History: Session, for parity with dupe
*** This bug has been marked as a duplicate of 89309 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Component: Networking: Cache → History: Session
Resolution: --- → DUPLICATE
Component: History: Session → Document Navigation
QA Contact: tever → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•