From fd20cfa35bf7500deff009d2b733948a0d861c82 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 30 Nov 2010 12:41:43 +1300 Subject: [PATCH] /.well-known/* now returns a 301 redirect, per spec. Signed-off-by: Andrew McMillan --- testing/tests/carddav/2021-OPTIONS_well-known_carddav.result | 4 ++-- .../carddav/2022-OPTIONS_well-known_carddav_noauth.result | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/tests/carddav/2021-OPTIONS_well-known_carddav.result b/testing/tests/carddav/2021-OPTIONS_well-known_carddav.result index 31909d7d..8a4a9e91 100644 --- a/testing/tests/carddav/2021-OPTIONS_well-known_carddav.result +++ b/testing/tests/carddav/2021-OPTIONS_well-known_carddav.result @@ -1,6 +1,6 @@ -HTTP/1.1 302 Found +HTTP/1.1 301 Moved Permanently Date: Dow, 01 Jan 2000 00:00:00 GMT Location: /caldav.php/ Content-Length: 0 -Content-Type: text/html +Content-Type: text/plain; charset="utf-8" diff --git a/testing/tests/carddav/2022-OPTIONS_well-known_carddav_noauth.result b/testing/tests/carddav/2022-OPTIONS_well-known_carddav_noauth.result index 31909d7d..8a4a9e91 100644 --- a/testing/tests/carddav/2022-OPTIONS_well-known_carddav_noauth.result +++ b/testing/tests/carddav/2022-OPTIONS_well-known_carddav_noauth.result @@ -1,6 +1,6 @@ -HTTP/1.1 302 Found +HTTP/1.1 301 Moved Permanently Date: Dow, 01 Jan 2000 00:00:00 GMT Location: /caldav.php/ Content-Length: 0 -Content-Type: text/html +Content-Type: text/plain; charset="utf-8"