Actions
Feature #1840
openMake ndn URI resolution RFC3986-compliant
Status:
New
Priority:
Low
Assignee:
-
Category:
Base
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
3.00 h
Updated by Junxiao Shi over 10 years ago
A correct implementation should test the following URIs as equivalent:
/A/B/C
ndn:/A/B/C
ndn:///A/B/C
ndn://authority/A/B/C
/A/./B/C
/A/D/../B/C
/../A/B/C
/./A/B/C
Updated by Junxiao Shi about 10 years ago
- Tracker changed from Task to Feature
- Target version changed from v0.3 to Unsupported
http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2014-August/000313.html
My opinion is that this feature should be implemented only when somebody actually needs it. Until then, there is no point of spending time on it.
Therefore I'm setting Target Version to Unsupported.
Updated by Junxiao Shi about 10 years ago
- Related to Bug #1818: Shouldn't [new Name("/a/b/../c").toUri() == "/a/c"]? added
Updated by Junxiao Shi over 9 years ago
- Related to Bug #2725: Potential name construction errors added
Updated by Davide Pesavento about 7 years ago
- Subject changed from Make URI resolution RFC3986 compliant to Make ndn URI resolution RFC3986-compliant
- Description updated (diff)
Updated by Davide Pesavento over 3 years ago
- Priority changed from Normal to Low
- Target version deleted (
Unsupported)
Actions