mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +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:
@@ -405,7 +405,7 @@ public class AVMDiskDriver extends AlfrescoTxDiskDriver implements DiskInterface
|
||||
|
||||
// Enable file state caching
|
||||
|
||||
context.enableStateCache( true);
|
||||
//context.enableStateCache( true);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -464,7 +464,7 @@ public class AVMDiskDriver extends AlfrescoTxDiskDriver implements DiskInterface
|
||||
{
|
||||
// Enable file state caching
|
||||
|
||||
context.enableStateCache(true);
|
||||
context.enableStateCache(serverConfig, true);
|
||||
|
||||
// Plug the virtualization view context into the various store/version call back listeners
|
||||
// so that store/version pseudo folders can be kept in sync with AVM
|
||||
@@ -596,7 +596,7 @@ public class AVMDiskDriver extends AlfrescoTxDiskDriver implements DiskInterface
|
||||
|
||||
// Enable file state caching
|
||||
|
||||
context.enableStateCache(true);
|
||||
context.enableStateCache(serverConfig, true);
|
||||
}
|
||||
|
||||
// Commit the transaction
|
||||
|
Reference in New Issue
Block a user