[jira] Commented: (COUCHDB-686) Improve ordering of replication

2010-03-10 Thread Dirkjan Ochtman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12843502#action_12843502 ] Dirkjan Ochtman commented on COUCHDB-686: - Hmm, so I read somewhere that

[jira] Commented: (COUCHDB-686) Improve ordering of replication

2010-03-10 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12843602#action_12843602 ] Adam Kocoloski commented on COUCHDB-686: Replication always uses the changes feed

[jira] Commented: (COUCHDB-686) Improve ordering of replication

2010-03-10 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12843665#action_12843665 ] Chris Anderson commented on COUCHDB-686: Randall's suggestion seems the most

[jira] Created: (COUCHDB-687) Add md5 hash to _attachments properties for documents

2010-03-10 Thread mikeal (JIRA)
Add md5 hash to _attachments properties for documents - Key: COUCHDB-687 URL: https://issues.apache.org/jira/browse/COUCHDB-687 Project: CouchDB Issue Type: Improvement

Content-Type Negotiation/Programmatic URL rewriting

2010-03-10 Thread Robert Newson
All, I want to retrieve the JSON document or a specific binary attachment of it from the same URL, conditional on the Accept header. That is, /db/doc is either JSON metadata or a binary stream, depending on content-type negotiation. The below rewrite enhancement would achieve it, I think, but

Re: Content-Type Negotiation/Programmatic URL rewriting

2010-03-10 Thread J Chris Anderson
On Mar 10, 2010, at 7:47 PM, Robert Newson wrote: All, I want to retrieve the JSON document or a specific binary attachment of it from the same URL, conditional on the Accept header. That is, /db/doc is either JSON metadata or a binary stream, depending on content-type negotiation. The

Re: Content-Type Negotiation/Programmatic URL rewriting

2010-03-10 Thread Jan Lehnardt
On 10 Mar 2010, at 21:07, J Chris Anderson wrote: On Mar 10, 2010, at 7:47 PM, Robert Newson wrote: All, I want to retrieve the JSON document or a specific binary attachment of it from the same URL, conditional on the Accept header. That is, /db/doc is either JSON metadata or a binary

[jira] Created: (COUCHDB-688) Allow status codes other than 401 and 403 thrown from validate_update_doc function

2010-03-10 Thread Isaac Z. Schlueter (JIRA)
Allow status codes other than 401 and 403 thrown from validate_update_doc function -- Key: COUCHDB-688 URL: https://issues.apache.org/jira/browse/COUCHDB-688 Project: