Hello, I have protected my Solr-Admin URL with a required User Role (Security Constraint).
Now, I am not able to reload my Core anymore, using CoreAdminRequest: CoreAdminRequest requestReload = new CoreAdminRequest(); requestReload.setAction(CoreAdminParams.CoreAdminAction.RELOAD); requestReload.process(getSolrServer()); My SolrServer knows the user and password, but in the HttpRequest this information is not used, so I get an 'unauthorized' response. Does anyone know how to make CoreAdminRequest use the UserCredentials? Best regards, Snubbel -- View this message in context: http://lucene.472066.n3.nabble.com/CoreAdminRequest-User-Credentials-Unauthorized-tp4103248.html Sent from the Solr - User mailing list archive at Nabble.com.