Bug 23735 - window.location.reload() after a POST doesn't resend the post data
Summary: window.location.reload() after a POST doesn't resend the post data
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2009-02-04 10:55 PST by Tony Chang
Modified: 2013-05-14 09:28 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 2009-02-04 10:55:02 PST
Here's a test case:
http://ponderer.org/tests/post-test.py

In Firefox 3.0 and IE7, I get the dialog asking if I want to resend post data.  In Safari 3.2 and Chrome 2.0 it just loads the page without sending any post data.
Comment 1 Mark Rowe (bdash) 2009-02-04 11:46:15 PST
<rdar://problem/6555973>
Comment 2 Adele Peterson 2009-02-11 13:23:52 PST
Is this a regression?
Comment 3 Tony Chang 2009-02-11 13:35:50 PST
Not that I know of.  I think it's always been broken.
Comment 5 adolfjap 2010-11-02 23:48:32 PDT
Please visit http://code.google.com/p/chromium/issues/detail?id=6429
I fixed it.
Comment 6 Plavozont 2011-09-13 21:26:26 PDT
This bug is not fixed yet, please fix it people!
http://code.google.com/p/chromium/issues/detail?id=6429
Comment 7 o_cardoza 2012-02-21 13:07:14 PST
Not fixed.
Post-data fails to resend on JavaScript command "window.location.reload()"

Chrome    17.0     FAIL
Safari     5.1     FAIL
Firefox   10.0     PASS
IE         9.0     PASS

Tony Chang's test case still works:
http://ponderer.org/tests/post-test.py

Related Bugs:
http://code.google.com/p/chromium/issues/detail?id=6429
which blocks
http://code.google.com/p/chromium/issues/detail?id=80285
Comment 8 Emmanuel Proulx 2013-05-13 08:36:10 PDT
This bug was found in 2009. We're 2013. Anyone has an idea when this will be fixed?