mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.2 to HEAD
10641: Fix for ETWOTWO-640: Cannot login through FTP git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10802 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -134,7 +134,7 @@ public class AlfrescoFtpAuthenticator implements FTPAuthenticator {
|
|||||||
|
|
||||||
// Start a transaction
|
// Start a transaction
|
||||||
|
|
||||||
tx = getTransactionService().getUserTransaction( true);
|
tx = getTransactionService().getUserTransaction( false);
|
||||||
tx.begin();
|
tx.begin();
|
||||||
|
|
||||||
// Perform local MD4 password check
|
// Perform local MD4 password check
|
||||||
|
Reference in New Issue
Block a user