CalConnect / caldavtester

CalDAV/CardDAV Testing Framework used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
2 stars 2 forks source link

Illegal PHOTO properties used in CardDAV/put.xml? #5

Open ksmurchison opened 7 years ago

ksmurchison commented 7 years ago

Two tests PUT vcards having the following form:

VERSION:3.0 PHOTO;BASE64:...

The PHOTO properties appear to be illegal per v2.1, v3.0, v4.0 by my reading.

The verifier for the test checks for PHOTO;ENCODING=b:... which is the proper for for v3.0

I don't know if the source resource was deliberately written because its been seen in the wild, or if its a simple typo.

Should we fix the source resource to be v3.0 compliant or fix our implementations to accept such a resource?