diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-08 23:51:38 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-09 17:10:52 +0200 |
commit | bbc5d32c8e14de78ae12c3acea384c69d2264eca (patch) | |
tree | 85f59483105c3dd763ed37ef5e52d4ce2a3cc79a /build/integration/features/bootstrap/FeatureContext.php | |
parent | 3d74ed3762c90662a0320aea19437ed1fe9592fb (diff) | |
download | nextcloud-server-fix/public-get.tar.gz nextcloud-server-fix/public-get.zip |
fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-get
`GET` should be allowed even without Ajax header to allow downloading files,
or show files in the viewer. All other requests could be guarded, but this should not.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'build/integration/features/bootstrap/FeatureContext.php')
-rw-r--r-- | build/integration/features/bootstrap/FeatureContext.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/FeatureContext.php b/build/integration/features/bootstrap/FeatureContext.php index 893dc3094ba..59f1d0068dd 100644 --- a/build/integration/features/bootstrap/FeatureContext.php +++ b/build/integration/features/bootstrap/FeatureContext.php @@ -9,7 +9,6 @@ use Behat\Behat\Context\SnippetAcceptingContext; require __DIR__ . '/../../vendor/autoload.php'; - /** * Features context. */ |