[Webkit-unassigned] [Bug 18682] Page not loading authentication

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 22 14:41:42 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18682


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Blocker                     |Minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from mrowe at apple.com  2008-04-22 14:41 PDT -------
The headers the server returns are as follows:

HTTP/1.1 401 Authorization Required
Date: Tue, 22 Apr 2008 21:39:47 GMT
Server: Apache/1.3.33 (Debian GNU/Linux) mod_perl/1.29 PHP/4.3.10-22
X-Powered-By: PHP/4.3.10-22
Set-Cookie: PHPSESSID=98f6cd1bf4b7ead42eeac5db5073533f; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
WWW-Authenticate: Basic realm=188044978 SECOND level: Enter your password.
Transfer-Encoding: chunked
Content-Type: text/html

Of particular relevance is the WWW-Authenticate header, the value of which does
not appear to follow the format outlined in the HTTP authentication
specification (RFC 2617).  In particular, the value of the "realm" key is
expected to be a quoted string.


-- 
Configure bugmail: http://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