RFC 6350 inline-errata, "vCard Format Specification", August 2011

Source of RFC: vcarddav (app)

Updated by: RFC6868, RFC9554, RFC9555

Errata-ID: 6864

Status:
Reported
Type:
Technical
Reported By:
James Benner
Date Reported:
2022-02-27

Section 6.1.3 says:

SOURCE:ldap://ldap.example.com/cn=Babs%20Jensen,%20o=Babsco,%20c=US

It should say:

SOURCE:ldap://ldap.example.com/cn=Babs%20Jensen\,%20o=Babsco\,%20c=US

Notes:

Section 3.4 states that all property values must have COMMA characters escaped with a BACKSLASH character. The SOURCE property value in the example contains a comma. Therefore it must be escaped with a backslash.