Project

General

Profile

Actions

Bug #4485

closed

NDN URI spec defines + instead of ~ as unreserved

Added by Junxiao Shi about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
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.


Related issues 1 (0 open1 closed)

Blocks ndn-cxx - Bug #4484: Component::toUri escapes ~ instead of +ClosedDavide Pesavento02/01/2018

Actions
Actions #1

Updated by Junxiao Shi about 6 years ago

  • Blocks Bug #4484: Component::toUri escapes ~ instead of + added
Actions #2

Updated by Davide Pesavento about 6 years ago

  • Status changed from New to Code review
  • Assignee set to Alex Afanasyev
Actions #3

Updated by Davide Pesavento about 6 years ago

  • Status changed from Code review to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF