mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-11843: Merge V3.4-BUG-FIX (3.4.8) to HEAD (4.0)
32527: ALF-11495: Merge V3.4.1 (3.4.1.23) to V3.4-BUG-FIX (3.4.8) 32494: ALF-11381 Enterprise unlimited licenses still get invalidated turning the system into read-only mode Additional logging on TrueLicense Catch GenericCertificateIntegrityException in LicenseComponent git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32536 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -302,7 +302,7 @@ public class RepositoryDescriptorDAOImpl implements DescriptorDAO
|
|||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
// reader should never be null. An exception is thrown by getReader if it is.
|
// reader should never be null. An exception is thrown by getReader if it is.
|
||||||
logger.debug("getLicenseKey: reader=" + reader + (reader == null ? "" : " exists=" + exists));
|
logger.debug("getLicenseKey: reader " + (reader == null ? "is null" : " file does "+(exists ? "" : "NOT ") + "exist"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user