Skip to content

Fix webdav#45

Draft
wk-y wants to merge 4 commits into
mainfrom
fix-webdav
Draft

Fix webdav#45
wk-y wants to merge 4 commits into
mainfrom
fix-webdav

Conversation

@wk-y
Copy link
Copy Markdown
Contributor

@wk-y wk-y commented May 23, 2026

Changes OPTION to be handled by each endpoint, allowing WebDAV to work correctly.

wk-y added 4 commits May 22, 2026 18:05
The corsMiddleware was incorrectly returning an empty body for OPTIONS. This breaks WebDAV which uses OPTIONS. Fix by removing OPTIONS handling from corsMiddleware. Endpoints should instead check their methods to determine the request type.
@wk-y wk-y assigned wk-y and ReehalS May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants