WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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 3
2013-02-21 08:36:29 PST
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)
Comment 4
2013-02-21 08:41:49 PST
Unskipped in <
http://trac.webkit.org/changeset/143608
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug