[Webkit-unassigned] [Bug 5809] Cannot use Safari to confgure Linksys router

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 16:57:50 PDT 2007


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





------- Comment #5 from mjlucas at eng.uts.edu.au  2007-06-12 16:57 PDT -------
If the WWW-Authenticate header does not supply a realm then NSURLConnection
does not perform any authentication.

The linksys router have disabled the realm string being sent in their version
of the LightHTTPd code. I fixed the linksys issue by fixing the offending line
in their source and recompiling (LightHTTPd source is fine, Linksys have just
commented out lines in their version)

Both Firefox and IE work when a realm is not set (Even though this appears to
be against spec)

See: http://www.ietf.org/rfc/rfc2617.txt
[" The realm directive (case-insensitive) is required for all authentication
schemes that issue a challenge."]


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