Re: solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-24 Thread anon
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

Re: solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-23 Thread anon
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

solr 7.7+ admin ui inaccessible with BasicAuthPlugin+RuleBasedAuthorizationPlugin

2019-03-23 Thread anon
Hi SOLR-7896 made some changes to the admin ui login. After the changes I can no longer log in at all. I'm running standalone solr 7.7 (same with 8.0) with the following security.json: {   "authentication": {     "class": "solr.BasicAuthPlugin",     "blockUnknown": true,