fix(proxy): [OCISDEV-330] add webdav without trailing slash

Added the `/webdav` endpoint without a trailing slash into the proxy default config.
This makes sure that requests to `/webdav` without a trailing slash are handled
by ocdav service instead of web service.
This commit is contained in:
Lukas Hirt
2025-09-22 10:52:52 +02:00
parent f9c7d914a8
commit 9df76933da
14 changed files with 52 additions and 100 deletions

View File

@@ -217,6 +217,10 @@ func DefaultPolicies() []config.Policy {
Endpoint: "/webdav/",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/webdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/status",
Service: "com.owncloud.web.ocdav",