Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into how to handle tags from other namespaces in PROPFIND requests #25

Open
jwodder opened this issue Jan 29, 2024 · 0 comments
Open
Labels
correctness Getting it right needs research More information is required WebDAV Specific to the WebDAV protocol/implementation

Comments

@jwodder
Copy link
Member

jwodder commented Jan 29, 2024

If a PROPFIND request body contains one or more tags that do not belong to the DAV: namespace and are not within a <DAV:include> or <DAV:prop> tag, should these tags be silently ignored? Is rejecting such requests (as dandidav currently does) acceptable?

  • Can any such tags contain text?

Sources to read: §17 of RFC 4918

  • For comparison, Apache's mod_dav seems to silently ignore all such tags.
@jwodder jwodder added correctness Getting it right needs research More information is required WebDAV Specific to the WebDAV protocol/implementation labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correctness Getting it right needs research More information is required WebDAV Specific to the WebDAV protocol/implementation
Projects
None yet
Development

No branches or pull requests

1 participant