Menu

#25 IdentServer uses wrong profile

open
nobody
None
5
2009-04-21
2009-04-21
Anonymous
No

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.

Discussion


Log in to post a comment.