You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/08/27 23:19:36 UTC

[GitHub] [lucene-solr] anshumg commented on a change in pull request #768: SOLR-13472: Defer authorization to be done on forwarded nodes

anshumg commented on a change in pull request #768: SOLR-13472: Defer authorization to be done on forwarded nodes
URL: https://github.com/apache/lucene-solr/pull/768#discussion_r318335441
 
 

 ##########
 File path: solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java
 ##########
 @@ -464,6 +464,35 @@ protected void extractRemotePath(String collectionName, String origCorename) thr
     }
   }
 
+  Action authorize() throws IOException {
 
 Review comment:
   At some point it would make sense to move a ton of this stuff out of this single file :) Not now though, we can do that in a different issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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