IdentServer uses wrong profile
Status: Beta
Brought to you by:
mohadib_
It seems the IdentServer in ConnectionManager uses the wrong profile.
public Session requestConnection(String hostName, int port, Profile profile)
{
...
new IdentServer(defaultProfile.getName());
...
I imagine, it should be using profile, instead of defaultProfile.