Actions
Bug #2387
closedndn-autoconfig: FaceCreateCommand uses non-canonical FaceUri
Start date:
01/15/2015
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Steps to reproduce:
- setup an environment where HUB can be discovered at stage 2 only
- run
ndn-autoconfig
Expected: HUB connection established
Actual: about to connect to: udp://ns.autoconfig-test.named-data.net:6363 ERROR: Failed to create face: Non-canonical URI (code: 400)
FaceMgmt faces/create command accepts canonical FaceUri only.
After constructing FaceUri, it must be canonized before passing to faces/create API.
Actions