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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]