Bug 106441
Summary: | [EFL] http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mikhail Pozdnyakov <mikhail.pozdnyakov> |
Component: | WebKit EFL | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, lucas.de.marchi, rakuco |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Mikhail Pozdnyakov
http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html is on EFL failing after r139140.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mikhail Pozdnyakov
@@ -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
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)
It seems to be working fine now on the bots: <http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Debug%20WK2/builds/9712/steps/layout-test/logs/stdio> and <http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/5121/steps/layout-test/logs/stdio>.
Raphael Kubo da Costa (:rakuco)
Unskipped in <http://trac.webkit.org/changeset/143608>.