fix(webdav): correct X-NC-WebDAV-Auto-Mkcol header name in docs - #15422
Open
SomSamantray wants to merge 2 commits into
Open
fix(webdav): correct X-NC-WebDAV-Auto-Mkcol header name in docs#15422SomSamantray wants to merge 2 commits into
SomSamantray wants to merge 2 commits into
Conversation
Signed-off-by: Som Samantray <som.samantray@gmail.com>
Rename the misspelled upload header to match the server implementation (apps/dav/lib/Upload/UploadAutoMkcolPlugin.php). Clients following the documentation previously sent the wrong header and received a 403 on uploads that should auto-create parent directories. Fixes nextcloud#15365 Signed-off-by: Som Samantray <som.samantray@gmail.com>
SomSamantray
force-pushed
the
fix/webdav-automkcol-header
branch
from
August 7, 2026 18:26
8936a2b to
bb63a78
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
Clients following the WebDAV client API documentation sent the upload header
X-NC-WebDAV-AutoMkcoland received a 403 on uploads that should auto-create missing parent directories. The server readsX-NC-WebDAV-Auto-Mkcol(apps/dav/lib/Upload/UploadAutoMkcolPlugin.phpin nextcloud/server), so the documentation is now corrected in both the request-methods and request-headers tables, with the grid table re-aligned to fit the longer header name.Verified: repo-wide grep for the old header name returns zero matches;
basic.rstparses cleanly with docutils 0.23;codespellreports no issues.Session-settled decisions carried from planning: correct header name
X-NC-WebDAV-Auto-Mkcol(user-directed, over keepingAutoMkcol).🖼️ Screenshots
Text-only change; no screenshots.
✅ Checklist
codespellor similar and addressed any spelling issues