mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
[MNT-23896] run handleClientAuth only when this.enforce variable is true (#2248)
This commit is contained in:
@@ -74,8 +74,6 @@ public abstract class X509ServletFilterBase implements Filter
|
|||||||
logger.debug("Initializing X509ServletFilter");
|
logger.debug("Initializing X509ServletFilter");
|
||||||
}
|
}
|
||||||
|
|
||||||
this.handleClientAuth();
|
|
||||||
|
|
||||||
this.enforce = checkEnforce(config.getServletContext());
|
this.enforce = checkEnforce(config.getServletContext());
|
||||||
|
|
||||||
if(logger.isDebugEnabled())
|
if(logger.isDebugEnabled())
|
||||||
@@ -85,6 +83,8 @@ public abstract class X509ServletFilterBase implements Filter
|
|||||||
|
|
||||||
if (this.enforce)
|
if (this.enforce)
|
||||||
{
|
{
|
||||||
|
this.handleClientAuth();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We are enforcing so get the cert-contains string.
|
* We are enforcing so get the cert-contains string.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user