Bug #2206
closedNameServer's validator cannot fetch certificate when it gets Update message
0%
Description
when name-server get updates message, its validator cannot fetch necessary certificate, which leads the failure of the name server.
Updated by Alex Afanasyev about 10 years ago
By "failure" you mean termination because of the thrown exception? In any case this needs to be handled properly (and test case should be added to catch the problem).
Updated by Shock Jiang about 10 years ago
- Status changed from New to Code review
Updated by Shock Jiang about 10 years ago
NFD does not to forward Interests to the face it was received from. If the name server and its validator share same face, the validator cannot be forwarded to the name server itself
Updated by Shock Jiang about 10 years ago
Alex Afanasyev wrote:
By "failure" you mean termination because of the thrown exception? In any case this needs to be handled properly (and test case should be added to catch the problem).
by failure I mean the Update message cannot pass verification. Thus, name server just ignores this Update.
Updated by Shock Jiang about 10 years ago
Shock Jiang wrote:
Alex Afanasyev wrote:
By "failure" you mean termination because of the thrown exception? In any case this needs to be handled properly (and test case should be added to catch the problem).
by failure I mean the Update message cannot pass verification. Thus, name server just ignores this Update. No exception will be shrown.
Updated by Shock Jiang almost 10 years ago
- Status changed from Code review to Closed