You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Noah Slater (JIRA)" <ji...@apache.org> on 2008/03/09 00:57:46 UTC

[jira] Created: (COUCHDB-19) Large base64 attachment bodies must be single-line

Large base64 attachment bodies must be single-line
--------------------------------------------------

                 Key: COUCHDB-19
                 URL: https://issues.apache.org/jira/browse/COUCHDB-19
             Project: CouchDB
          Issue Type: Bug
            Reporter: Noah Slater
            Priority: Minor


The Wiki documentation does not reflect that large attachments, when 
encoded with Base64 should not have line-breaks (otherwise upload fails). 
The whole base64 string must be on a single line. Therefore, output from 
e. g. base64 program is not immediately usable; it must be preprocessed to 
remove line breaks.

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


[jira] Commented: (COUCHDB-19) Large base64 attachment bodies must be single-line

Posted by "Olle Jonsson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591749#action_12591749 ] 

Olle Jonsson commented on COUCHDB-19:
-------------------------------------

http://wiki.apache.org/couchdb/HttpDocumentApi (the Attachments section near the end) now has this wording:

   NB: Any base64 data you send has to be on a single line of characters, so pre-process your data to remove any carriage returns. 

Any other places you think need information?

> Large base64 attachment bodies must be single-line
> --------------------------------------------------
>
>                 Key: COUCHDB-19
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-19
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>            Reporter: Noah Slater
>            Priority: Minor
>
> The Wiki documentation does not reflect that large attachments, when 
> encoded with Base64 should not have line-breaks (otherwise upload fails). 
> The whole base64 string must be on a single line. Therefore, output from 
> e. g. base64 program is not immediately usable; it must be preprocessed to 
> remove line breaks.

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


[jira] Updated: (COUCHDB-19) Large base64 attachment bodies must be single-line

Posted by "Christopher Lenz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Lenz updated COUCHDB-19:
------------------------------------

    Component/s: HTTP Interface

> Large base64 attachment bodies must be single-line
> --------------------------------------------------
>
>                 Key: COUCHDB-19
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-19
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>            Reporter: Noah Slater
>            Priority: Minor
>
> The Wiki documentation does not reflect that large attachments, when 
> encoded with Base64 should not have line-breaks (otherwise upload fails). 
> The whole base64 string must be on a single line. Therefore, output from 
> e. g. base64 program is not immediately usable; it must be preprocessed to 
> remove line breaks.

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