Project

General

Profile

Actions

Bug #4484

closed

Component::toUri escapes ~ instead of +

Added by Davide Pesavento about 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Base
Target version:
Start date:
02/01/2018
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)

Blocked by NDN Specifications - Bug #4485: NDN URI spec defines + instead of ~ as unreservedClosedAlex Afanasyev

Actions
Actions

Also available in: Atom PDF