Just to test PR integration in IntelliJ

This commit is contained in:
TheOtherP 2021-05-22 13:56:51 +02:00
parent bb6ba61f2b
commit 3953bc3555

View File

@ -49,6 +49,7 @@ public class HeaderAuthenticationFilter extends BasicAuthenticationFilter {
this.authConfig = authConfig;
}
//
@Override
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException {
if (authConfig.getAuthHeader() == null || authConfig.getAuthHeaderIpRanges().isEmpty()) {