gerlowskija commented on code in PR #2912: URL: https://github.com/apache/solr/pull/2912#discussion_r1890516647
########## solr/core/src/java/org/apache/solr/api/V2HttpCall.java: ########## @@ -188,6 +188,8 @@ public void call(SolrQueryRequest req, SolrQueryResponse rsp) { Thread.currentThread().setContextClassLoader(core.getResourceLoader().getClassLoader()); this.path = path = path.substring(prefix.length() + pathSegments.get(1).length() + 2); + parts.put( + COLLECTION_PROP, origCorename); // Core-level API, so populate "collection" template val Review Comment: Done -- 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