Skip to content

Commit

Permalink
Remove final from HttpAuthenticationFilter to allow overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluiz authored Aug 1, 2018
1 parent f9fa351 commit 8c7fc4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Request filter that enables HTTP Access Authentication.
*/
public final class HttpAuthenticationFilter extends Filter {
public class HttpAuthenticationFilter extends Filter {

private static final Logger LOGGER = LoggerFactory.getLogger(HttpAuthenticationFilter.class);

Expand Down

0 comments on commit 8c7fc4b

Please sign in to comment.