[Webkit-unassigned] [Bug 24332] OpenID authentication redirect stops in Safari, Chrome
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 3 17:05:41 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=24332
sop at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Comment #1 from sop at google.com 2009-03-03 17:05 PDT -------
Turns out to be a combination of factors, all of them unrelated to WebKit.
The server in question is Jetty, with a 4096 byte limit on the entire HTTP
request. The OpenID authentication process uses a relatively large cookie
(about 1.5 KB) and long URLs with lots of data encoded in them. Combined with
the standard headers used by the Safari and Chrome user agents, this overflows
Jetty's request limit. (Other browsers must be using slightly smaller user
agent and accept headers, and thus avoid the overflow.)
- Increasing the Jetty request buffer is one possible solution.
- Switching the OpenID peers to using POST based requests is another.
Neither of which has anything to do with WebKit, or a browser implementing it.
--
Configure bugmail: https://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