JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

James gateway will not start with outbound only anchor #163

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure the gateway with only one domain.
2. On that domain, only add one anchor.
3. Set the anchor to outbound only.

What is the expected output? What do you see instead?

The gateway should not run if there are not any anchors configured for 
validation, however it should run if the anchor is set as either outbound or 
inbound.  If this scenario, the gateway will start if the anchor is set as 
Inbound only, but will not start if the gateway is outbound only.

Most likely this is due to another known bug where the gateway is using only 
the first set of inbound anchor for the Universal anchor resolver setting.

Original issue reported on code.google.com by gm2...@cerner.com on 29 Sep 2011 at 6:16

GoogleCodeExporter commented 8 years ago
The code has been changed to make the mutli domain resolver the default.  It 
also correctly checks for both incoming and outbound anchors existing instead 
of just incoming.

Original comment by gm2...@cerner.com on 18 Oct 2011 at 5:07

GoogleCodeExporter commented 8 years ago

Original comment by gm2...@cerner.com on 18 Oct 2011 at 5:08

GoogleCodeExporter commented 8 years ago

Original comment by gm2...@cerner.com on 20 Nov 2012 at 3:42