[Webkit-unassigned] [Bug 106441] [EFL] http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 03:43:37 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106441





--- Comment #1 from Mikhail Pozdnyakov <mikhail.pozdnyakov at intel.com>  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'

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