ALF-10980 CLONE - Opening and closing (not save) MS Project file via CIFS adds new version

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32444 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2011-12-01 16:06:34 +00:00
parent 424d81afd2
commit 71af02a775
9 changed files with 461 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ public class ServerConfigurationBean extends AbstractServerConfigurationBean imp
ICifsAuthenticator authenticator = cifsConfigBean.getAuthenticator();
if (authenticator == null || authenticator instanceof ActivateableBean && !((ActivateableBean)authenticator).isActive())
{
logger.warn("No enabled CIFS authenticator found in authentication chain. CIFS Server disabled");
logger.error("No enabled CIFS authenticator found in authentication chain. CIFS Server disabled");
removeConfigSection(CIFSConfigSection.SectionName);
return;
}