Actions
Bug #4485
closedNDN URI spec defines + instead of ~ as unreserved
Start date:
Due date:
% Done:
100%
Estimated time:
Description
RFC 3986 defines tilde (~
) as an unreserved character and the plus sign (+
) as a reserved one.
reserved = gen-delims / sub-delims
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
/ "*" / "+" / "," / ";" / "="
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
However, the NDN URI encoding escapes (percent-encodes) the tilde but not the plus sign.
Updated by Junxiao Shi almost 7 years ago
- Blocks Bug #4484: Component::toUri escapes ~ instead of + added
Updated by Davide Pesavento almost 7 years ago
- Status changed from New to Code review
- Assignee set to Alex Afanasyev
Updated by Davide Pesavento over 6 years ago
- Status changed from Code review to Closed
- % Done changed from 0 to 100
Actions