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:
Mark Rogers
2011-08-16 12:55:33 +00:00
parent f5c6be1e19
commit 988f40fc96
16 changed files with 293 additions and 3569 deletions

View File

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