mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-9779 - FTP: Failed to retrieve directory listing for tenant user
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29792 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -779,13 +779,8 @@ public class ContentDiskDriver extends AlfrescoTxDiskDriver implements DiskInter
|
||||
|
||||
// Enable file state caching
|
||||
|
||||
context.enableStateCache( true);
|
||||
|
||||
// Initialize the I/O control handler
|
||||
|
||||
if ( context.hasIOHandler())
|
||||
context.getIOHandler().initialize( this, context);
|
||||
|
||||
context.enableStateCache(serverConfig, true);
|
||||
|
||||
// Install the node service monitor
|
||||
|
||||
if ( !context.getDisableNodeMonitor() && m_nodeMonitorFactory != null) {
|
||||
|
Reference in New Issue
Block a user