Title: [204308] branches/safari-602.1.50.1-branch/LayoutTests
Revision
204308
Author
bshaf...@apple.com
Date
2016-08-09 15:20:37 -0700 (Tue, 09 Aug 2016)

Log Message

Merge r204201. rdar://problem/27710755

Modified Paths

Diff

Modified: branches/safari-602.1.50.1-branch/LayoutTests/ChangeLog (204307 => 204308)


--- branches/safari-602.1.50.1-branch/LayoutTests/ChangeLog	2016-08-09 22:20:35 UTC (rev 204307)
+++ branches/safari-602.1.50.1-branch/LayoutTests/ChangeLog	2016-08-09 22:20:37 UTC (rev 204308)
@@ -1,5 +1,20 @@
 2016-08-09  Babak Shafiei  <bshaf...@apple.com>
 
+        Merge r204201. rdar://problem/27710755
+
+    2016-08-05  Alexey Proskuryakov  <a...@apple.com>
+
+            Work around broken <Files> directive in some Apache versions
+            https://bugs.webkit.org/show_bug.cgi?id=160610
+
+            Reviewed by Daniel Bates.
+
+            The problem is tracked as rdar://problem/27725655
+
+            * http/tests/misc/.htaccess:
+
+2016-08-09  Babak Shafiei  <bshaf...@apple.com>
+
         Merge r204267. rdar://problem/27595142
 
     2016-08-08  Ryan Haddad  <ryanhad...@apple.com>

Modified: branches/safari-602.1.50.1-branch/LayoutTests/http/tests/misc/.htaccess (204307 => 204308)


--- branches/safari-602.1.50.1-branch/LayoutTests/http/tests/misc/.htaccess	2016-08-09 22:20:35 UTC (rev 204307)
+++ branches/safari-602.1.50.1-branch/LayoutTests/http/tests/misc/.htaccess	2016-08-09 22:20:37 UTC (rev 204308)
@@ -1,7 +1,6 @@
 <Files acid3.html>
     AddHandler server-parsed .html
 </Files>
-<Files "a">
+<FilesMatch "^a$">
 ForceType "text/css; charset=utf-8"
-
-</Files>
+</FilesMatch>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to