You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Benoit Chesneau <bc...@gmail.com> on 2010/08/05 11:29:44 UTC

strange behaviour with empty POST

Hi all,

When working with couchdbkit this morning I noticed that empty POST
without Content-Type "application/json" aren't accepted any more
(tested on compact , view cleanup and ensure_full_commit). Which is a
little weird, why should I set a content-type when the body is empty ?
Is there any reason for that ? I bet this new behavior was introduced
with  the security fix.

Let me know I may have a patch for that.

- benoit