From: Lukas Reschke Date: Thu, 18 May 2017 19:57:07 +0000 (+0200) Subject: Bearer comes first on the new endpoint X-Git-Tag: v12.0.0RC1~3^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b8de3f40ee8822cdd7e9d6fbf3f9983cc214d2e1;p=nextcloud-server.git Bearer comes first on the new endpoint Signed-off-by: Lukas Reschke --- diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature index 4279a155ceb..b4fd0511356 100644 --- a/build/integration/features/webdav-related.feature +++ b/build/integration/features/webdav-related.feature @@ -16,7 +16,7 @@ Feature: webdav-related Then the HTTP status code should be "401" And there are no duplicate headers And The following headers should be set - |WWW-Authenticate|Basic realm="Nextcloud", Bearer realm="Nextcloud"| + |WWW-Authenticate|Bearer realm="Nextcloud", Basic realm="Nextcloud"| Scenario: Moving a file Given using old dav path