Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit 8c7fc4b

Browse files
authored
Remove final from HttpAuthenticationFilter to allow overriding
1 parent f9fa351 commit 8c7fc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/app/com/commercetools/sunrise/httpauth/HttpAuthenticationFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* Request filter that enables HTTP Access Authentication.
2424
*/
25-
public final class HttpAuthenticationFilter extends Filter {
25+
public class HttpAuthenticationFilter extends Filter {
2626

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

0 commit comments

Comments
 (0)