On 5/16/07, Alessandro Ferrucci <[EMAIL PROTECTED]> wrote:
Thank you much. I also tried installing a non-nightly build of solr (1.1) and it works without the mime information bit.
The current development will also work without a Content-type being specified (it will assume UTF-8). The real problem is "curl"... when you don't specify Content-type, curl actually still sends "Content-Type: application/x-www-form-urlencoded", which isn't true. -Yonik