[Webkit-unassigned] [Bug 43328] REGRESSION(61234): mail.139.com login fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 18:25:36 PDT 2010


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





--- Comment #20 from Eric Seidel <eric at webkit.org>  2010-08-30 18:25:35 PST ---
The old parser appears to simply abort parsing when a redirect is scheduled.  I'm not sure that's correct.  If the redirect triggers a download for instance (and thus doesn't redirect), I assume we're supposed to continue parsing.  The old parser would have eventually continued parsing if reading from the network, but I don't think it would have done the right thing in the document.write() case or in the "final pump during end()" case.

I need to figure out what the right behavior in both of those cases is before I can really fix this in the new parser.  Opinions welcome. :)

-- 
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