dsmiley commented on code in PR #3238: URL: https://github.com/apache/solr/pull/3238#discussion_r1994346969
########## solr/solrj/src/java/org/apache/solr/client/solrj/request/DelegationTokenRequest.java: ########## @@ -84,8 +84,8 @@ public DelegationTokenResponse.Get createResponse(SolrClient client) { } @Override - public String getRequestType() { - return SolrRequestType.ADMIN.toString(); + protected SolrRequestType getBaseRequestType() { Review Comment: @risdenk I also at-mentioned you on that point on the related Hadoop removal PR since you are the SME on this (not Pugh). -- 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. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org