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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user