mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
Just to test PR integration in IntelliJ
This commit is contained in:
parent
bb6ba61f2b
commit
3953bc3555
@ -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()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user