Gregory Chanan created SOLR-6609:
------------------------------------
Summary: queryParams not respected for single-stream UpdateRequests
Key: SOLR-6609
URL: https://issues.apache.org/jira/browse/SOLR-6609
Project: Solr
Issue Type: Bug
Components: SolrJ
Affects Versions: 5.0, Trunk
Reporter: Gregory Chanan
Assignee: Gregory Chanan
While doing some additional testing of SOLR-6565 I came across this issue,
although the issue existed before SOLR-6565 with the HttpSolrServer queryParams.
The issue is that calculating the query params removes the query params from
"wparams" in order to use the remainder in the message body. But for single
stream messages, we send the stream as the body and the params in the query
string. So we were only sending the remaining wparams, deleting the
queryParams.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]