Github user janhoy commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/465#discussion_r223857445
--- Diff:
solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java ---
@@ -342,18 +342,6 @@ public void doFilter(ServletRequest _request,
ServletResponse _response, FilterC
}
}
- AtomicReference<HttpServletRequest> wrappedRequest = new
AtomicReference<>();
- if (!authenticateRequest(request, response, wrappedRequest)) { //
the response and status code have already been sent
--- End diff --
In order to load static Admin UI without auth prompt, we need to move auth
below check for `excludePatterns`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]