[Webkit-unassigned] [Bug 12417] REGRESSION: "Are you sure you want to send a form again?" sheet is displayed twice when resubmitting a form with a modified file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 10 11:35:20 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12417


tom at eggdrop.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tom at eggdrop.ch




------- Comment #4 from tom at eggdrop.ch  2007-02-10 11:35 PDT -------
When using redirects after submitting the form, the message will be sometimes
displayed three times or even more (using multiple redirects).

How to reproduce:
1. Create the following "form.php" on your server:
<p>Hit submit and then reload the page.</p>
<form action="form.php" method="post">
<input type="submit" name="submit" value="submit">
</form>
2. Load the "form.php" in your nightly WebKit and click the submit button.
3. Add the following line at the beginnig of your "form.php":
<?php sleep(3); if ($_POST['submit']) header('Location: form2.php'); ?>
4. Press Apple+R in WebKit
5. The message will appear twice, and a third time after 3 seconds


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list