Closed kwatsen closed 8 years ago
One of the bullets in section 3.5.1 page 20 says:
Quoted strings are supported in the key leaf values. Quoted strings MUST be used to express empty strings. (example: list=foo,'',baz).
It's the encoding rules for these quoted strings that isn't clear to me.
I am changing this bullet to get rid of quoted strings in key leafs
Add following text for percent-encoding example
The following example shows how reserved characters are percent-encoded within a key value. The value of 'key1' contains a comma, single-quote, double-quote, colon, space, and forward slash. (,'": /). Note that the angle brackets ('<', '>'), and double-quote ('"') are not reserved characters and do not need to be percent-encoded.
Example URL:
/restconf/data/example-top:top/list2=key1/X
/restconf/data/example-top:top/list2=%2C%27"%3A%20%2F/X
closed in restconf--09
Reported by Nick Weeds:
And also: