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

* in arbitrary _metadata_keys may need clarification #104

Open
butonic opened this issue Jan 20, 2021 · 0 comments
Open

* in arbitrary _metadata_keys may need clarification #104

butonic opened this issue Jan 20, 2021 · 0 comments

Comments

@butonic
Copy link
Contributor

butonic commented Jan 20, 2021

When implementing initial checksum support I stumbled over a difference with the webdav api that may need clarification in eg.:

// OPTIONAL.
// Arbitrary metadata be included with the resource.
// A key with the name '*' means to return all available arbitrary metadata.
repeated string arbitrary_metadata_keys = 3;

We currently translate an allprops PROPFIND to a * key, but allprops should only return some default properties. Some live properties might be expensive to compute so they are not calculated in an allprops PROPFIND. See https://tools.ietf.org/html/rfc4918#section-9.1

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

No branches or pull requests

1 participant