You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by argl <gi...@git.apache.org> on 2013/03/13 13:42:09 UTC

couchdb pull request: COUCHDB-259 allow content_type of attachments to be c...

GitHub user argl opened a pull request:

    https://github.com/apache/couchdb/pull/51

    COUCHDB-259 allow content_type of attachments to be changed via stub

    Patch to allow the content type of attachments to be changed via a document PUT and stub structure. Partially solves COUCHDB-259, but useful anyway. Test included.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/null2/couchdb 259-ability-to-change-attachment-content-type

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/51.patch

----
commit 35ad22d9d9abe655c2b4420879e102c50170a271
Author: andi pieper <an...@null2.net>
Date:   2013-03-13T12:37:22Z

    COUCHDB-259 allow content_type of attachments to be changed via stub

----