You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Christopher Lenz (JIRA)" <ji...@apache.org> on 2008/07/02 00:32:44 UTC

[jira] Updated: (COUCHDB-15) Error inserting attachment with empty data

     [ https://issues.apache.org/jira/browse/COUCHDB-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Lenz updated COUCHDB-15:
------------------------------------

          Component/s: Database Core
             Priority: Major  (was: Minor)
    Affects Version/s: 0.8
                       0.7.2

> Error inserting attachment with empty data
> ------------------------------------------
>
>                 Key: COUCHDB-15
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-15
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 0.7.2, 0.8
>            Reporter: Noah Slater
>
> What steps will reproduce the problem?
> 1. Insert a document like: {"_attachments": {"foo": {"data": ""}}}
> What is the expected output? What do you see instead?
> I'd expect it to add the 0-length attachment, but I get this error in the log:
> [info] [<0.1541.0>] HTTP Error (code 500): {obj,[{error,"EXIT"},
>                              {reason,"{function_clause,[{couch_util,decode1,[undefined]},\n                  
> {couch_util,decodeBase64,1},\n                  {couch_doc,'-from_json_obj/1-fun-0-',1},\n                  
> {lists,flatmap,2},\n                  {couch_doc,from_json_obj,1},\n                  
> {mod_couch,handle_doc_put,2},\n                  {mod_couch,do,1},\n                  
> {httpd_response,traverse_modules,2}]}"}]}
> What version of the product are you using? On what operating system?
> This happens on 0.7.2 and trunk

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.