[
https://issues.apache.org/jira/browse/COUCHDB-715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson updated COUCHDB-715:
----------------------------------
Attachment: 0001-rename-attachment.patch
Basic patch to rename attachments.
1) No tests yet
2) Does not return 403 when attempting cross-document rename
3) Probably other bugs too
Use as follows;
curl -v http://localhost:5984/db/doc/old_name?rev=foo -X MOVE -H "Destination:
new_name"
> Ability to rename _attachment filenames
> ---------------------------------------
>
> Key: COUCHDB-715
> URL: https://issues.apache.org/jira/browse/COUCHDB-715
> Project: CouchDB
> Issue Type: New Feature
> Components: Database Core
> Reporter: Arthur Bits
> Priority: Minor
> Attachments: 0001-rename-attachment.patch
>
>
> Would be nice if the filename can be renamed, not just in futon alone but
> also via the API
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.