Closed
Bug 40658
Opened 25 years ago
Closed 24 years ago
Redirected form submission doesn't reload page.
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
People
(Reporter: benjamin, Assigned: dp)
References
()
Details
(Keywords: testcase, Whiteboard: [nsbeta2-][nsbeta3+])
From Bugzilla Helper:
BuildID: 20000052520
I have an editor page edit.cfm that POSTs a form to edit_proess.cfm.
edit_process.cfm redirects back to edit.cfm (302 response). Edit.cfm is never
refreshed, so the user cannot see the editions that they just made.
Reproducible: Always
Steps to Reproduce:
The above URL is a testcase that I created.
Reporter | ||
Comment 1•25 years ago
|
||
I think that this is related to bug 39668 but I can't tell what that bug is
actually about, so I created this one. I don't know whether this is officially
a problem in the network layer, cache, or should be handled by the browser.
It certainly blocks several major apps that I have developed, because this is a
n editing technique that I use frequently. This is not a problem in any
previous version of NS/IE from versions two.
Keywords: testcase
Whiteboard: nsbeta2
Comment 2•24 years ago
|
||
confirmed with win32 build 062009 under NT. moved nsbeta2 keyword to keyword
field for evaluation.
Something to help neeti test this--
I just checked in the changes to testserver. So if you have the server already
up and running then update, build and make the following changes in your urlmap
and run it again. --
* Change /redirect to set the Location as /post --
So you'd always redirect to the post start page.
* Change the post.html file to submit to /redirect instead of /
I have already made these changes locally for server running on
http://status:4321/ So you can use that if you want (just go to
http://status:4321/post for this bug)
I followed the steps gagan outlined above. I have tried this with and without
enabling the cache. In both cases I get
"Error loading URL http://status:4321/redirect" in the console window. Looks
like it is not cache related.
Ruslan, could you look into this?
Thanks,
Neeti
Per gagan's request, moving form [nsbeta2+] to [nsbeta2-]
Whiteboard: [nsbeta2+] → [nsbeta2-]
Comment 10•24 years ago
|
||
Dup of bug 41950?
Assignee | ||
Comment 12•24 years ago
|
||
This bugs cannot be reproduced until we fix 41950. Adding dependency. I dont
think it is a dup though. We will see. Thanks Mats for the hint.
Status: NEW → ASSIGNED
Depends on: 41950
Assignee | ||
Comment 13•24 years ago
|
||
After reading 40658, YES it is a dup.
*** This bug has been marked as a duplicate of 41950 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
No longer depends on: 41950
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•