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

Use of undocumented precondition code #6

Open
ksmurchison opened this issue Oct 3, 2017 · 2 comments
Open

Use of undocumented precondition code #6

ksmurchison opened this issue Oct 3, 2017 · 2 comments
Assignees

Comments

@ksmurchison
Copy link

CardDAV/errorcondition.xml PUTs invalid vCard data and expects failure. However, it looks for a CARDDAV:valid-addressbook-object-resource precondition which does not appear in RFC 6352. The most appropriate documented precondition code is CARDDAV:valid-address-data.

Should we change the test to look for the documented precondition code, or modifiy the prepostcondition validator to accept multiple values? I looked at doing the latter but I don't understand Python well enough to make the change.

@douglm
Copy link

douglm commented Oct 3, 2017 via email

@ksmurchison
Copy link
Author

It does appear in the Apple source code. I'm guessing its supposed to be the analog of valid-calendar-object-resource

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

3 participants