[Webkit-unassigned] [Bug 55767] [Qt] Two http auth tests fail with Qt 4.7.2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 22 13:11:15 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=55767
--- Comment #3 from Joe Wild <joseph.wild at nokia.com> 2011-03-22 13:11:15 PST ---
It looks like the user and password authentication info is not getting
through in Qt 4.7.2. They are added to the URL as in
http://login:pasword@localhost/t/LayoutTests/http/tests/appcache/resources/auth/setup.php
but they are not added to the Authorization HTTP header as
GET /t/LayoutTests/http/tests/appcache/resources/auth/setup.php HTTP/1.1
...
Authorization: Basic bG9naW46cGFzd29yZA==
This fetch fails with a 401 Unauthorized error.
If I force the Authorization header this fetch succeeds. Then the next
fetch to iframe.php gets an 401 failure. I assume that
means that this info needs tqo be saved and send with following requests.
Anyway, I think I need to investigate how this worked in Qt 4.7.1 since
there seem to be several possibilities on how this should be fixed.
--
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