From 538112181fb2264bddb8898e2e52587b90d885f5 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 18 May 2017 20:34:48 +0200 Subject: [PATCH] Add additional test for accessing DAV using Bearer Auth Signed-off-by: Lukas Reschke --- build/integration/features/auth.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/integration/features/auth.feature b/build/integration/features/auth.feature index b9f423a9e93..edcca4bcd4e 100644 --- a/build/integration/features/auth.feature +++ b/build/integration/features/auth.feature @@ -53,6 +53,10 @@ Feature: auth When requesting "/remote.php/webdav" with "PROPFIND" using restricted basic token auth Then the HTTP status code should be "207" + Scenario: using WebDAV with restricted basic token auth + When requesting "/remote.php/webdav" with "PROPFIND" using an unrestricted client token + Then the HTTP status code should be "207" + Scenario: using WebDAV with browser session Given a new browser session is started When requesting "/remote.php/webdav" with "PROPFIND" using browser session