mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -220,7 +220,7 @@ public class PassthruAuthenticator extends CifsAuthenticator implements SessionL
|
|||||||
{
|
{
|
||||||
// Use the person name as the current user
|
// Use the person name as the current user
|
||||||
|
|
||||||
m_authComponent.setCurrentUser(personName);
|
client.setAuthenticationToken( m_authComponent.setCurrentUser(personName));
|
||||||
|
|
||||||
// DEBUG
|
// DEBUG
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user