[Webkit-unassigned] [Bug 43328] mail.139.com login fails since nightly build 61351

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 22:16:34 PDT 2010


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





--- Comment #4 from Xianzhu Wang <phnixwxz at gmail.com>  2010-08-02 22:16:34 PST ---
The root cause is in the form submission action page:
<META HTTP-EQUIV=REFRESH CONTENT='0';URL='http://wmsvr1.mail.10086.cn/c/XTS/default.jsp?funcid=main&sid=BAsIPoOOVFnNZnCgSzOONObGeOGLBpVl'>

There are extra quotation marks, so the URL part of the refresh content is ignored by our HTML5 parser. This should cause redirection to itself, and the server returns an error page when it finds the self-redirection.

Because this works in all other browsers, and in webkit browser before HTML5 parser enabled, I think we should fix this to improve compatibility (though the importance should be low.)

BTW, I'd suggest to add redirection tracing features into the developer tool, which will save much time debugging such problems. I'll ask the developer tool team for this.

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