Max Chase created COUCHDB-3157: ---------------------------------- Summary: Incorrect URI for attachment to document with slash in id Key: COUCHDB-3157 URL: https://issues.apache.org/jira/browse/COUCHDB-3157 Project: CouchDB Issue Type: Bug Components: Fauxton Reporter: Max Chase
This is similar to COUCHDB-3146. I have a db with custom ids that include a slash. (e.g. "gallery/img"). These documents have image attachments, and Fauxton generates URIs in the attachment dropdown, of the form "gallery/img/img" rather than "gallery%2Fimg/img", which works. I encountered this on a db replicated from 1.6.1, which did not exhibit this issue in Futon, and reproduced it with a new document in another db. -- This message was sent by Atlassian JIRA (v6.3.4#6332)