Title: [176757] trunk/LayoutTests
- Revision
- 176757
- Author
- [email protected]
- Date
- 2014-12-03 15:39:41 -0800 (Wed, 03 Dec 2014)
Log Message
http/tests/misc/authentication-redirect tests use the same authentication realm
https://bugs.webkit.org/show_bug.cgi?id=139225
Land custom results for WebKit2, because the format of output is different there.
* platform/wk2/http/tests/misc/authentication-redirect-3: Added.
* platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Copied from LayoutTests/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (176756 => 176757)
--- trunk/LayoutTests/ChangeLog 2014-12-03 23:23:56 UTC (rev 176756)
+++ trunk/LayoutTests/ChangeLog 2014-12-03 23:39:41 UTC (rev 176757)
@@ -3,6 +3,16 @@
http/tests/misc/authentication-redirect tests use the same authentication realm
https://bugs.webkit.org/show_bug.cgi?id=139225
+ Land custom results for WebKit2, because the format of output is different there.
+
+ * platform/wk2/http/tests/misc/authentication-redirect-3: Added.
+ * platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Copied from LayoutTests/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt.
+
+2014-12-03 Alexey Proskuryakov <[email protected]>
+
+ http/tests/misc/authentication-redirect tests use the same authentication realm
+ https://bugs.webkit.org/show_bug.cgi?id=139225
+
Reviewed by Tim Horton.
* http/tests/misc/authentication-redirect-1/resources/auth-then-redirect.php:
Copied: trunk/LayoutTests/platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt (from rev 176752, trunk/LayoutTests/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt) (0 => 176757)
--- trunk/LayoutTests/platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt 2014-12-03 23:39:41 UTC (rev 176757)
@@ -0,0 +1,28 @@
+127.0.0.1:8000 - 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.
+The redirect includes credentials in the location url, and they should be preferred over credentials that WebCore has cached.
+It does this once each for HTTP 301, 302, 303, and 307 redirects.
+If not running under DRT, enter any credentials when asked.
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword'
+
+--------
+Frame: '<!--framePath //<!--frame1-->-->'
+--------
+Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword'
+
+--------
+Frame: '<!--framePath //<!--frame2-->-->'
+--------
+Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword'
+
+--------
+Frame: '<!--framePath //<!--frame3-->-->'
+--------
+Resource loaded with HTTP authentication username 'redirectuser' and password 'redirectpassword'
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes