mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added URL link pseudo files support. Split pseudo file classes to allow local filesystem and
in memory pseudo files. Drag/drop and URL link pseudo files now only appear when using CIFS. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2229 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -19,6 +19,7 @@ package org.alfresco.filesys.smb.mailslot;
|
||||
import java.io.IOException;
|
||||
|
||||
import org.alfresco.filesys.netbios.NetBIOSName;
|
||||
import org.alfresco.filesys.netbios.win32.WinsockNetBIOSException;
|
||||
import org.alfresco.filesys.smb.ServerType;
|
||||
import org.alfresco.filesys.smb.TransactionNames;
|
||||
import org.alfresco.filesys.util.StringList;
|
||||
@@ -323,6 +324,14 @@ public abstract class HostAnnouncer extends Thread
|
||||
sleepTime = sleepNormal;
|
||||
}
|
||||
}
|
||||
catch (WinsockNetBIOSException ex)
|
||||
{
|
||||
// Debug
|
||||
|
||||
if (m_shutdown == false)
|
||||
logger.error("HostAnnouncer error", ex);
|
||||
m_shutdown = true;
|
||||
}
|
||||
catch ( IOException ex)
|
||||
{
|
||||
// Debug
|
||||
|
Reference in New Issue
Block a user