Bearer comes first on the new endpoint
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
639ba526d0
commit
b8de3f40ee
|
@ -16,7 +16,7 @@ Feature: webdav-related
|
||||||
Then the HTTP status code should be "401"
|
Then the HTTP status code should be "401"
|
||||||
And there are no duplicate headers
|
And there are no duplicate headers
|
||||||
And The following headers should be set
|
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
|
Scenario: Moving a file
|
||||||
Given using old dav path
|
Given using old dav path
|
||||||
|
|
Loading…
Reference in New Issue