epugh commented on code in PR #975: URL: https://github.com/apache/solr/pull/975#discussion_r957745294
########## solr/core/src/java/org/apache/solr/api/V2HttpCall.java: ########## @@ -362,14 +363,15 @@ private void invokeJerseyRequest(CoreContainer cores, SolrCore core, Application // Set properties that may be used by Jersey filters downstream containerRequest.setProperty(SOLR_QUERY_REQUEST_KEY, solrReq); - containerRequest.setProperty(SolrRequestAuthorizer.CORE_CONTAINER_PROP_NAME, cores); - containerRequest.setProperty(SolrRequestAuthorizer.HTTP_SERVLET_REQ_PROP_NAME, req); - containerRequest.setProperty(SolrRequestAuthorizer.REQUEST_TYPE_PROP_NAME, requestType); - containerRequest.setProperty(SolrRequestAuthorizer.SOLR_PARAMS_PROP_NAME, queryParams); - containerRequest.setProperty(SolrRequestAuthorizer.COLLECTION_LIST_PROP_NAME, collectionsList); - containerRequest.setProperty(SolrRequestAuthorizer.HTTP_SERVLET_RSP_PROP_NAME, response); + containerRequest.setProperty(SOLR_QUERY_RESPONSE_KEY, rsp); Review Comment: Should we static import all the keys, or use the `RequestContextConstants.SOLR_QUERY_RESPONSE_KEY`? -- 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