You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick Summary
A vCard with DQUOTE characters in a parameter value is raises a parsing error. This is correct behaviour according to the spec, but some Apple products appear to emit this format (with the DQUOTEs backslash escaped).
It'd be generous to accept this with non-strict parsing.
Quick Summary
A vCard with DQUOTE characters in a parameter value is raises a parsing error. This is correct behaviour according to the spec, but some Apple products appear to emit this format (with the DQUOTEs backslash escaped).
It'd be generous to accept this with non-strict parsing.
See Kozea/Radicale#1492
Context
Description
See the discussion in the Radicale bug above for full details.
To Reproduce
The following code exhibits the problem.
Further Notes
To be clear, vobject is correct in rejecting this: allowing it would be supporting a deployed product with non-conforming behaviour.
The text was updated successfully, but these errors were encountered: