?attachments=true fails when using a _show ------------------------------------------ Key: COUCHDB-723 URL: https://issues.apache.org/jira/browse/COUCHDB-723 Project: CouchDB Issue Type: Bug Components: Database Core Affects Versions: 0.11 Environment: 0.11 built from SVN on Ubuntu 9.10 Reporter: Cliff Stanford Priority: Minor If a document has an attachment and is displayed as: http://couch.may.be:5984/jira/testdoc?attachments=true then the base64 of the attachment is returned. http://couch.may.be:5984/jira/_design/test/_show/debug/testdoc?attachments=true the stub : true is shown. The above URLs are live and demonstrate the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.