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:
Gary Spencer
2008-09-05 18:11:28 +00:00
parent 178cd74b26
commit e27a8561ee

View File

@@ -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