<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>30746</bug_id>
          
          <creation_ts>2009-10-24 11:54:17 -0700</creation_ts>
          <short_desc>REGRESSION (r48687): Wachovia Online Billpay website broken</short_desc>
          <delta_ts>2009-10-27 09:40:51 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Page Loading</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>30424</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, Regression</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Justin Hibbits">chmeeedalf</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>beidson</cc>
    
    <cc>darin</cc>
    
    <cc>dbates</cc>
    
    <cc>mrowe</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>157459</commentid>
    <comment_count>0</comment_count>
    <who name="Justin Hibbits">chmeeedalf</who>
    <bug_when>2009-10-24 11:54:17 -0700</bug_when>
    <thetext>With webkit 1.1.15.2 and later I can no longer access the Wachovia Online Billpay page, clicking the &quot;Pay bills&quot; from the main account page just directs to a blank page.  Webkit 1.1.15.1 and earlier correctly handle the redirects.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157512</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2009-10-24 16:42:45 -0700</bug_when>
    <thetext>Can you please provide a URL that can be used to reproduce this?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157524</commentid>
    <comment_count>2</comment_count>
    <who name="Justin Hibbits">chmeeedalf</who>
    <bug_when>2009-10-24 18:36:38 -0700</bug_when>
    <thetext>https://www.wachovia.com is the top-level page.  But an account is required in order to test the Bill Pay link.  The actual bill pay link within the account realm is generated with javascript.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157525</commentid>
    <comment_count>3</comment_count>
    <who name="Justin Hibbits">chmeeedalf</who>
    <bug_when>2009-10-24 18:44:52 -0700</bug_when>
    <thetext>I will note that this also occurs with Safari, using the OS X Webkit nightly svn revision 50006.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157553</commentid>
    <comment_count>4</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2009-10-24 21:27:31 -0700</bug_when>
    <thetext>&lt;rdar://problem/7334141&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157617</commentid>
    <comment_count>5</comment_count>
      <attachid>41827</attachid>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2009-10-25 13:55:59 -0700</bug_when>
    <thetext>Created attachment 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 &lt;head&gt; of the HTTP response: &lt;script&gt;history.go(1)&lt;/script&gt;. 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).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157621</commentid>
    <comment_count>6</comment_count>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2009-10-25 14:26:38 -0700</bug_when>
    <thetext>Confirmed this is a regression that affects Macintosh PowerPC, Macintosh Intel, and Windows XP using r50039 for Mac, r49956 for Windows.

Works in Safari Version 4.0.3 (5531.9).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157622</commentid>
    <comment_count>7</comment_count>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2009-10-25 14:45:37 -0700</bug_when>
    <thetext>This regression first appeared in nightly build r48730.

If I have some time, I&apos;ll try to bisect from r48680 (works) to r48730 (does not work) and find the culprit revision.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>158070</commentid>
    <comment_count>8</comment_count>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2009-10-26 19:53:08 -0700</bug_when>
    <thetext>Confirmed r48687 is the cause, &lt;http://trac.webkit.org/changeset/48687&gt;.

CC&apos;ing Darin and Sam.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>158071</commentid>
    <comment_count>9</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2009-10-26 19:54:18 -0700</bug_when>
    <thetext>Brady fixed two issues that were fallout from r48687 today.  Does this still occur with ToT?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>158089</commentid>
    <comment_count>10</comment_count>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2009-10-26 21:41:58 -0700</bug_when>
    <thetext>This is almost certainly a dupe of http://webkit.org/b/30424 and was almost certainly fixed by http://trac.webkit.org/changeset/50111 but I can&apos;t verify right now.

*** This bug has been marked as a duplicate of bug 30424 ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>41827</attachid>
            <date>2009-10-25 13:55:59 -0700</date>
            <delta_ts>2009-10-25 13:55:59 -0700</delta_ts>
            <desc>Reduction</desc>
            <filename>reduction.html</filename>
            <type>text/html</type>
            <size>118</size>
            <attacher name="Daniel Bates">dbates</attacher>
            
              <data encoding="base64">PGh0bWw+CjxoZWFkPgo8c2NyaXB0Pmhpc3RvcnkuZ28oMSk8L3NjcmlwdD4KPC9oZWFkPgo8Ym9k
eT4KSWYgeW91IHNlZSB0aGlzIHRleHQgdGhlbiB0aGUgdGVzdCBQQVNTRUQuCjwvYm9keT4KPC9o
dG1sPg==
</data>

          </attachment>
      

    </bug>

</bugzilla>