[ 
https://issues.apache.org/jira/browse/SOLR-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925641#comment-13925641
 ] 

Paco Garcia commented on SOLR-5517:
-----------------------------------

Hi, 
maybe that with this change you can“t abort anymore a dataimport  from the 
Admin UI?

I allways get a response of  415 HTTP Code to the internal jquery invocation to 
abort
POST http://xxxx:7070/solr/collection1/dataimport?command=abort&wt=json  

415 (Tipo de Medio No Soportado) 

require.js?_=4.7.0:10185
send require.js?_=4.7.0:10185
jQuery.extend.ajax require.js?_=4.7.0:9663
(anonymous function) dataimport.js?_=4.7.0:348
jQuery.event.dispatch require.js?_=4.7.0:5336
elemData.handle.eventHandle

It works with the abort command directly in the browser URL.

Regards


> Return HTTP error on POST requests with no Content-Type
> -------------------------------------------------------
>
>                 Key: SOLR-5517
>                 URL: https://issues.apache.org/jira/browse/SOLR-5517
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan Ernst
>            Assignee: Ryan Ernst
>             Fix For: 4.7, 5.0
>
>         Attachments: SOLR-5517.patch, SOLR-5517.patch, SOLR-5517.patch, 
> SOLR-5517.patch, SOLR-5517.patch
>
>
> While the http spec states requests without a content-type should be treated 
> as application/octet-stream, the html spec says instead that post requests 
> without a content-type should be treated as a form 
> (http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.2.1).  It would be 
> nice to allow large search requests from html forms, and not have to rely on 
> the browser to set the content type (since the spec says it doesn't have to).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to