[jira] [Resolved] (COUCHDB-1320) OAuth authentication doesn't work with VHost entry

2011-12-10 Thread Filipe Manana (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana resolved COUCHDB-1320. Resolution: Fixed Fix Version/s: 1.2 Assignee: Filipe Manana (was:

Re: [2/2] git commit: Fix OAuth authentication with VHosts + URL rewriting

2011-12-10 Thread Benoit Chesneau
what is the point of wariting in the process registry? On Sat, Dec 10, 2011 at 9:03 PM, fdman...@apache.org wrote: Fix OAuth authentication with VHosts + URL rewriting The OAuth handler was not getting the right path (the one the client used to compute its OAuth signature) to verify the

Re: [2/2] git commit: Fix OAuth authentication with VHosts + URL rewriting

2011-12-10 Thread Filipe David Manana
On Sat, Dec 10, 2011 at 8:08 PM, Benoit Chesneau bchesn...@gmail.com wrote: what is the point of wariting in the process registry? To make it simple, not adding a new handle_request_int clause to couch_httpd or a new entry point. On Sat, Dec 10, 2011 at 9:03 PM,  fdman...@apache.org wrote:

[jira] [Commented] (COUCHDB-1320) OAuth authentication doesn't work with VHost entry

2011-12-10 Thread Benoit Chesneau (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13166968#comment-13166968 ] Benoit Chesneau commented on COUCHDB-1320: -- I don't remember to have time to

Re: [jira] [Commented] (COUCHDB-1320) OAuth authentication doesn't work with VHost entry

2011-12-10 Thread Benoit Chesneau
On Sat, Dec 10, 2011 at 9:19 PM, Benoit Chesneau (Commented) (JIRA) j...@apache.org wrote:    [ https://issues.apache.org/jira/browse/COUCHDB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13166968#comment-13166968 ] Benoit Chesneau commented on

[jira] [Commented] (COUCHDB-1320) OAuth authentication doesn't work with VHost entry

2011-12-10 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13166972#comment-13166972 ] Filipe Manana commented on COUCHDB-1320: Why x-couchdb-vhost-path couldn't have

[jira] [Commented] (COUCHDB-1357) Authentication failure after updating password in user document

2011-12-10 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13166981#comment-13166981 ] Filipe Manana commented on COUCHDB-1357: Pete, your scenario makes sense. It

[jira] [Updated] (COUCHDB-1357) Authentication failure after updating password in user document

2011-12-10 Thread Filipe Manana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1357: --- Attachment: 0001-Clear-credentials-cache-if-_users-db-crashes.patch Updated patch to deal