Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-18 22:19:39 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-05-18 22:19:39 +0300
commitf93db724d7905d9858af2d2d4cf083c20b9c28de (patch)
treed28d144fe25f87c3291427ab26eaac84c716e8b1 /build
parentba7b6bd97336646942649a4411c58d94b5753f2f (diff)
Make legacy DAV backend use the BearerAuth backend as well
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/auth.feature6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/integration/features/auth.feature b/build/integration/features/auth.feature
index edcca4bcd4e..679b2465659 100644
--- a/build/integration/features/auth.feature
+++ b/build/integration/features/auth.feature
@@ -53,10 +53,14 @@ 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
+ Scenario: using old WebDAV endpoint with unrestricted client token
When requesting "/remote.php/webdav" with "PROPFIND" using an unrestricted client token
Then the HTTP status code should be "207"
+ Scenario: using new WebDAV endpoint with unrestricted client token
+ When requesting "/remote.php/dav/" 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