From e27a8561eeb0313b4631b64975d1dc2e41ac3707 Mon Sep 17 00:00:00 2001 From: Gary Spencer Date: Fri, 5 Sep 2008 18:11:28 +0000 Subject: [PATCH] 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 --- .../org/alfresco/filesys/auth/ftp/AlfrescoFtpAuthenticator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/filesys/auth/ftp/AlfrescoFtpAuthenticator.java b/source/java/org/alfresco/filesys/auth/ftp/AlfrescoFtpAuthenticator.java index e24d83908b..2977562a1c 100644 --- a/source/java/org/alfresco/filesys/auth/ftp/AlfrescoFtpAuthenticator.java +++ b/source/java/org/alfresco/filesys/auth/ftp/AlfrescoFtpAuthenticator.java @@ -134,7 +134,7 @@ public class AlfrescoFtpAuthenticator implements FTPAuthenticator { // Start a transaction - tx = getTransactionService().getUserTransaction( true); + tx = getTransactionService().getUserTransaction( false); tx.begin(); // Perform local MD4 password check