Browse Source
Bearer comes first on the new endpoint
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/4704/head
Lukas Reschke
9 years ago
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|