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

@@ -87,9 +87,9 @@ public class ContentContext extends AlfrescoContext
*/
public ContentContext()
{
// Create the I/O control handler
// // Create the I/O control handler
setIOHandler( createIOHandler( null));
// setIOHandler( createIOHandler( null));
}
/**
@@ -342,16 +342,16 @@ public class ContentContext extends AlfrescoContext
super.CloseContext();
}
/**
* Create the I/O control handler for this filesystem type
*
* @param filesysDriver DiskInterface
* @return IOControlHandler
*/
protected IOControlHandler createIOHandler( DiskInterface filesysDriver)
{
return new ContentIOControlHandler();
}
// /**
// * Create the I/O control handler for this filesystem type
// *
// * @param filesysDriver DiskInterface
// * @return IOControlHandler
// */
// protected IOControlHandler createIOHandler( DiskInterface filesysDriver)
// {
// return new ContentIOControlHandler();
// }
/**
* Set the node monitor
@@ -370,6 +370,7 @@ public class ContentContext extends AlfrescoContext
*/
public void startFilesystem(DiskSharedDevice share)
throws DeviceContextException {
// Call the base class