Skip to content

Commit

Permalink
fixed NPE, constructor parameter not used
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jun 4, 2020
1 parent 5714afa commit 0d3387d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -57,6 +57,7 @@ public MidpointAnonymousAuthenticationFilter(AuthModuleRegistryImpl authRegistry
super(key, principal, authorities);
this.key = key;
this.authRegistry = authRegistry;
this.authChannelRegistry = authChannelRegistry;
}

public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
Expand Down

0 comments on commit 0d3387d

Please sign in to comment.