Diff
Modified: trunk/LayoutTests/ChangeLog (271908 => 271909)
--- trunk/LayoutTests/ChangeLog 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/ChangeLog 2021-01-26 22:55:49 UTC (rev 271909)
@@ -1,3 +1,27 @@
+2021-01-26 Jonathan Bedard <[email protected]>
+
+ [LayoutTests] Pass authentication to CGI scripts
+ https://bugs.webkit.org/show_bug.cgi?id=221007
+ <rdar://problem/73630042>
+
+ Reviewed by Stephanie Lewis.
+
+ * http/conf/apache2.2-httpd.conf: Pass authentication to CGI scripts.
+ * http/conf/apache2.4-httpd.conf: Ditto.
+ * http/conf/apache2.4-php7-httpd.conf: Ditto.
+ * http/conf/archlinux-httpd.conf: Ditto.
+ * http/conf/debian-httpd-2.4-php7.0.conf: Ditto.
+ * http/conf/debian-httpd-2.4-php7.1.conf: Ditto.
+ * http/conf/debian-httpd-2.4-php7.2.conf: Ditto.
+ * http/conf/debian-httpd-2.4-php7.3.conf: Ditto.
+ * http/conf/debian-httpd-2.4-php7.4.conf: Ditto.
+ * http/conf/fedora-httpd-2.2.conf: Ditto.
+ * http/conf/fedora-httpd-2.4-php7.conf: Ditto.
+ * http/conf/fedora-httpd-2.4.conf: Ditto.
+ * http/conf/flatpak-httpd.conf: Ditto.
+ * http/conf/win-httpd-2.4-php5.conf: Ditto.
+ * http/conf/win-httpd-2.4-php7.conf: Ditto.
+
2021-01-26 Truitt Savell <[email protected]>
[ Mac wk1 ] fast/harness/render-tree-as-text-options.html is flaky failing in WK1
Modified: trunk/LayoutTests/http/conf/apache2.2-httpd.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/apache2.2-httpd.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/apache2.2-httpd.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -37,6 +37,7 @@
AllowOverride All
Order allow,deny
Allow from all
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
@@ -153,4 +154,5 @@
Order allow,deny
Deny from all
Satisfy All
+ CGIPassAuth On
</Directory>
Modified: trunk/LayoutTests/http/conf/apache2.4-httpd.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/apache2.4-httpd.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/apache2.4-httpd.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -42,6 +42,7 @@
AllowOverride All
Order allow,deny
Allow from all
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
@@ -160,4 +161,5 @@
Order allow,deny
Deny from all
Satisfy All
+ CGIPassAuth On
</Directory>
Modified: trunk/LayoutTests/http/conf/apache2.4-php7-httpd.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/apache2.4-php7-httpd.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/apache2.4-php7-httpd.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -46,6 +46,7 @@
AllowOverride All
Order allow,deny
Allow from all
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
@@ -164,4 +165,5 @@
Order allow,deny
Deny from all
Satisfy All
+ CGIPassAuth On
</Directory>
Modified: trunk/LayoutTests/http/conf/archlinux-httpd.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/archlinux-httpd.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/archlinux-httpd.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -40,6 +40,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.0.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.0.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.0.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -36,6 +36,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.1.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.1.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.1.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -36,6 +36,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.2.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.2.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.2.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -36,6 +36,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.3.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.3.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.3.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -36,6 +36,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.4.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.4.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/debian-httpd-2.4-php7.4.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -36,6 +36,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/fedora-httpd-2.2.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/fedora-httpd-2.2.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/fedora-httpd-2.2.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -44,6 +44,7 @@
AllowOverride All
Order allow,deny
Allow from all
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
@@ -155,4 +156,5 @@
Order allow,deny
Deny from all
Satisfy All
+ CGIPassAuth On
</Directory>
Modified: trunk/LayoutTests/http/conf/fedora-httpd-2.4-php7.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/fedora-httpd-2.4-php7.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/fedora-httpd-2.4-php7.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -45,6 +45,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/fedora-httpd-2.4.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/fedora-httpd-2.4.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/fedora-httpd-2.4.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -45,6 +45,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/flatpak-httpd.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/flatpak-httpd.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/flatpak-httpd.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -41,6 +41,7 @@
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/win-httpd-2.4-php5.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/win-httpd-2.4-php5.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/win-httpd-2.4-php5.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -38,6 +38,7 @@
AllowOverride All
Order allow,deny
Allow from all
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess
Modified: trunk/LayoutTests/http/conf/win-httpd-2.4-php7.conf (271908 => 271909)
--- trunk/LayoutTests/http/conf/win-httpd-2.4-php7.conf 2021-01-26 22:36:15 UTC (rev 271908)
+++ trunk/LayoutTests/http/conf/win-httpd-2.4-php7.conf 2021-01-26 22:55:49 UTC (rev 271909)
@@ -32,6 +32,7 @@
AllowOverride All
Order allow,deny
Allow from all
+ CGIPassAuth On
</Directory>
AccessFileName .htaccess