fix(webdav): correct X-NC-WebDAV-Auto-Mkcol header name in docs - #15422
fix(webdav): correct X-NC-WebDAV-Auto-Mkcol header name in docs#15422SomSamantray 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>
8936a2b to
bb63a78
Compare
There was a problem hiding this comment.
I do not think this should be committed ;)
susnux
left a comment
There was a problem hiding this comment.
As you used AI to generate this, please add the disclosure to your commits:
https://github.com/nextcloud/.github/blob/master/AI_POLICY.md#disclosure
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
☑️ 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