Chris M. Hostetter created SOLR-14187: -----------------------------------------
Summary: SolrJ async admin request helpers don't work with per-request based authentication Key: SOLR-14187 URL: https://issues.apache.org/jira/browse/SOLR-14187 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Components: security, SolrJ Reporter: Chris M. Hostetter Discovered this set of related bugs while trying to write a test using BasicAuth... * {{AsyncCollectionAdminRequest.processAndWait(...)}} doesn't copy any authentication settings (example: if the user called: {{setBasicAuthCredentials(...)}} ) from the original {{AsyncCollectionAdminRequest}} when creating the underlying {{RequestStatus}} instance * Even if clients create their own {{RequestStatus}} instance and set credentials on it before calling {{waitFor(...)}}, _it_ doesn't copy those credentials when trying to call {{deleteAsyncId(...)}} on {{COMPLETED}} or {{FAILED}} results -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org