RESOLVED FIXED 106441
[EFL] http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html is failing
https://bugs.webkit.org/show_bug.cgi?id=106441
Summary [EFL] http/tests/misc/authentication-redirect-3/authentication-sent-to-redire...
Mikhail Pozdnyakov
Reported 2013-01-09 03:40:30 PST
http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html is on EFL failing after r139140.
Attachments
Mikhail Pozdnyakov
Comment 1 2013-01-09 03:45:31 PST
@@ -1,3 +1,4 @@ +<unknown> - didReceiveAuthenticationChallenge - Responding with testUser:testPassword https://bugs.webkit.org/show_bug.cgi?id=66354 You should load this page at 127.0.0.1:8000 because the test relies on redirects within the 127.0.0.1:8000 security origin. This test loads a php script which demands http authentication, then uses it to redirect to another script in the same origin that shows what authentication headers were sent with the final request. @@ -9,19 +10,19 @@ -------- Frame: '<!--framePath //<!--frame0-->-->' -------- -Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword' +Resource loaded with HTTP authentication username 'testUser' and password 'testPassword' -------- Frame: '<!--framePath //<!--frame1-->-->' -------- -Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword' +Resource loaded with HTTP authentication username 'testUser' and password 'testPassword' -------- Frame: '<!--framePath //<!--frame2-->-->' -------- -Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword' +Resource loaded with HTTP authentication username 'testUser' and password 'testPassword' -------- Frame: '<!--framePath //<!--frame3-->-->' -------- -Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword' +Resource loaded with HTTP authentication username 'testUser' and password 'testPassword'
Chris Dumez
Comment 2 2013-01-09 04:14:03 PST
FYI, <http://trac.webkit.org/changeset/139140> merely unskipped that test for wk2 so it is not the root cause of the failure.
Raphael Kubo da Costa (:rakuco)
Comment 4 2013-02-21 08:41:49 PST
Note You need to log in before you can comment on or make changes to this bug.