[Webkit-unassigned] [Bug 127421] New: [curl] Improve realm string parsing in WWW-Authenticate headers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 22 03:26:42 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127421
Summary: [curl] Improve realm string parsing in
WWW-Authenticate headers
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: davidsz at inf.u-szeged.hu
The realm string contains quotes at the beginning and end - this is the opposite of the libsoup implementation. Furthermore, if the header is concatenated from two or more another headers, it contains more incorrect part.
For example, if the header is:
WWW-Authenticate: Basic realm="First realm", Basic realm="Second realm"
realm string will be:
"First realm", Basic realm="Second realm"
--
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