Thanks for investigating! I really appreciate the quick response.
I've created the jiras:
* https://issues.apache.org/jira/browse/SOLR-13344 for the AdminGui issue
* https://issues.apache.org/jira/browse/SOLR-13345 for the empty passwords
if we allow creation of user with empty pw
I'd note tha
Thanks. Lions like the «all» permission actually blocks access to the AdminGui
servlet so we won’t even serve the static UI files :)
Please open a JIRA issue for this.
You can open another JIRA for the “empty password” issue. We should be
consistent so if we allow creation of user with empty pw
Hi
Here is the curl:
$ curl -I http://localhost:8080/solr/
HTTP/1.1 401 Unauthorized request, Response code: 401
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: text/html;charset=iso-8859-1
Content-Length: 299
And the screenshot: https://i.imgur.com/PMTE3nR.png
I'll also note th
Hi
Can you take a screenshot of the 401 error page you see (without login form)?
Also, perhaps you could do a curl -I (show headers) request to your Solr and
show what headers that Solr returns instead of the www-authenticate header?
Jan
> 23. mar. 2019 kl. 15:34 skrev a...@sigil.red:
>
> Hi