[Webkit-unassigned] [Bug 30746] Regression with Wachovia Online Billpay website

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 25 13:56:00 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30746





--- Comment #5 from Daniel Bates <dbates at webkit.org>  2009-10-25 13:55:59 PDT ---
Created an attachment (id=41827)
 --> (https://bugs.webkit.org/attachment.cgi?id=41827)
Reduction

Here is a reduction.

When you click on Pay Bills the browser is taken to the page:
https://onlineservices.wachovia.com/NASApp/NavApp/Titanium (i.e. the link
actually submits a form with some parameters).

The issue seems to be caused by the script that appears in the <head> of the
HTTP response: <script>history.go(1)</script>. This script causes the browser
to redirect to the next page in the history (i.e. equivalent to clicking the
Forward button in the browser). But, no such history entry exists yet! (it
would only exist if, say, we clicked on a link on this page then pressed the
Back button in the browser).

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



More information about the webkit-unassigned mailing list