Fixed bug that caused the authentication token to not be saved after the passthru authentication had succeeded, causing 'no SecureContext on thread' and

null pointer errors.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4965 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2007-01-30 14:03:40 +00:00
parent 3d4c5155df
commit b6a5ed9a5f

View File

@@ -220,7 +220,7 @@ public class PassthruAuthenticator extends CifsAuthenticator implements SessionL
{
// Use the person name as the current user
m_authComponent.setCurrentUser(personName);
client.setAuthenticationToken( m_authComponent.setCurrentUser(personName));
// DEBUG