janhoy commented on a change in pull request #648:
URL: https://github.com/apache/solr/pull/648#discussion_r810507159
##########
File path: solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java
##########
@@ -233,6 +232,8 @@ protected void init() throws Exception {
path = path.substring(0, alternate.length());
}
+ queryParams = SolrRequestParsers.parseQueryString(req.getQueryString());
Review comment:
Yea, there is some dance there. But it will fall back to obtaining the
correct 400 code and error message from the original exception, so that should
be cool.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]