Hi

I noticed that if I set wt=json, I get back response with
content-type=plain/text instead of application/json. I do see in
JsonResponseWriter that the content type is set correctly, since 3.5.

Any ideas why am I getting back the wrong header? I use 4.3.1 and followed
the simple tutorial, indexed the example docs and changed the 'wt'
parameter:
http://localhost:8983/solr/select/?q=video&fl=id,name,price&wt=json

Copy-paste from Firebug:

Response Headers
Content-Type   text/plain;charset=UTF-8Transfer-Encoding  chunked
Shai

Reply via email to