[
https://issues.apache.org/jira/browse/SOLR-7574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579132#comment-14579132
]
ASF subversion and git services commented on SOLR-7574:
-------------------------------------------------------
Commit 1684460 from [[email protected]] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1684460 ]
SOLR-7574: fix NPE due to missing body with json content type
> NullPointerException in RequestUtil.mergeJSON
> ---------------------------------------------
>
> Key: SOLR-7574
> URL: https://issues.apache.org/jira/browse/SOLR-7574
> Project: Solr
> Issue Type: Bug
> Affects Versions: 5.1
> Reporter: Alexey Serba
> Assignee: Yonik Seeley
> Priority: Trivial
> Attachments: SOLR-7574.patch
>
>
> {noformat:title="Steps to reproduce"}
> bin/solr start
> bin/solr create_core -c test
> curl -H 'Content-type: application/json'
> 'http://localhost:8983/solr/test/select?q=*:*&rows=10&wt=json'
> {noformat}
> {noformat:title="Exception"}
> ERROR - 2015-05-19 21:02:47.144; [ test]
> org.apache.solr.common.SolrException; null:java.lang.NullPointerException
> at
> org.apache.solr.request.json.ObjectUtil$ConflictHandler.mergeMap(ObjectUtil.java:60)
> at
> org.apache.solr.request.json.ObjectUtil.mergeObjects(ObjectUtil.java:114)
> at
> org.apache.solr.request.json.RequestUtil.mergeJSON(RequestUtil.java:259)
> at
> org.apache.solr.request.json.RequestUtil.processParams(RequestUtil.java:176)
> at
> org.apache.solr.util.SolrPluginUtils.setDefaults(SolrPluginUtils.java:166)
> at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:140)
> at org.apache.solr.core.SolrCore.execute(SolrCore.java:1984)
> ...
> {noformat}
> While there's no really any point in specifying content-type header with no
> content stream, but one can forget to remove this when trying different
> commands with curl / script.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]