Skip to content

Commit

Permalink
Update AuthenticationFilter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Mar 9, 2024
1 parent 3643116 commit 7484ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public class AuthenticationFilter implements ContainerRequestFilter {

private static final Logger LOG = Log.logger(AuthenticationFilter.class);

private static final AntPathMatcher MATCHER = new AntPathMatcher();
private static final Set<String> FIXED_WHITE_API_SET = ImmutableSet.of(
"versions",
"openapi.json"
Expand All @@ -80,7 +81,6 @@ public class AuthenticationFilter implements ContainerRequestFilter {
private static final Set<String> FLEXIBLE_WHITE_API_LIST = ImmutableSet.of();

private static String whiteIpStatus;

private static final String STRING_WHITE_IP_LIST = "whiteiplist";
private static final String STRING_ENABLE = "enable";

Expand Down

0 comments on commit 7484ab3

Please sign in to comment.