[Webkit-unassigned] [Bug 30050] New: Authentication with invalid/unknown Header crash Browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 3 16:11:36 PDT 2009


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

           Summary: Authentication with invalid/unknown Header crash
                    Browser
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://username:password@www.blar.de/webkit/auth.php
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gmblar at gmail.com


Authentication with invalid/unknown values in Header "WWW-Authenticate" crash
Browser

Code
<?php

header('HTTP/1.1 401 Unauthorized');
header('WWW-Authenticate: Basic Invalid');

?>

Example: http://username:password@www.blar.de/webkit/auth.php

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