Skip to content

Commit

Permalink
#23915 : Implementing SonarQube feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcastro-dotcms committed Feb 6, 2023
1 parent 0c77e6d commit f2f1077
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
@Deprecated
public class LoginFactory {

public static String PRE_AUTHENTICATOR = PropsUtil.get("auth.pipeline.pre");
public static final String PRE_AUTHENTICATOR = PropsUtil.get("auth.pipeline.pre");

/*Custom Code*/
public static boolean useCASLoginFilter = Config.getBooleanProperty("FRONTEND_CAS_FILTER_ON", false);
public static final boolean useCASLoginFilter = Config.getBooleanProperty("FRONTEND_CAS_FILTER_ON", false);
/*End of Custom Code*/

private static final String LOCK_PREFIX = "UserIdLogin:";
Expand Down

0 comments on commit f2f1077

Please sign in to comment.