Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
looks like the problem is in host resolution.
test is using "localhost:0", but in DelegationTokenRenewal we use getCannonicalName() for localhost, and on some machine it is not "localhost"
Fix - change test to use getCannonicalName too.