janhoy commented on a change in pull request #805: SOLR-13649 change the 
default behavior of the basic authentication plugin.
URL: https://github.com/apache/lucene-solr/pull/805#discussion_r318417151
 
 

 ##########
 File path: 
solr/core/src/test/org/apache/solr/security/BasicAuthStandaloneTest.java
 ##########
 @@ -96,35 +96,35 @@ public void testBasicAuth() throws Exception {
       String baseUrl = buildUrl(jetty.getLocalPort(), "/solr"); 
       httpSolrClient = getHttpSolrClient(baseUrl);
       
-      verifySecurityStatus(cl, baseUrl + authcPrefix, "/errorMessages", null, 
20);
 
 Review comment:
   Same comment here as for BasicAuthIntegrationTest - this test tries to prove 
that even with auth enabled you can do certain actions without creds.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to