Bug #4484
closed
Component::toUri escapes ~ instead of +
Added by Davide Pesavento almost 7 years ago.
Updated over 6 years ago.
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.
- Blocked by Bug #4485: NDN URI spec defines + instead of ~ as unreserved added
This behavior is correct according to NDN Packet Format spec v0.2.1. The spec must be updated before doing anything in ndn-cxx.
- Blocks Feature #4193: Make ASF strategy less sensitive to timeouts added
Junxiao Shi wrote:
This behavior is correct according to NDN Packet Format spec v0.2.1. The spec must be updated before doing anything in ndn-cxx.
The spec is wrong, as I already noted here https://gerrit.named-data.net/4441
- Blocks deleted (Feature #4193: Make ASF strategy less sensitive to timeouts)
- Status changed from New to In Progress
- % Done changed from 0 to 50
- Status changed from In Progress to Code review
- % Done changed from 50 to 100
- Status changed from Code review to Closed
Also available in: Atom
PDF