[ 
https://issues.apache.org/jira/browse/COUCHDB-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13878688#comment-13878688
 ] 

ASF subversion and git services commented on COUCHDB-2031:
----------------------------------------------------------

Commit 147adec8ef3763cb1821f411f393d6560aaccad2 in branch refs/heads/master 
from [~kocolosk]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb.git;h=147adec ]

Move addition of qs params after normalization

This refactor executes normalize_path/1 before appending the bound query
string parameters.

COUCHDB-2031


> Paths ending in '/' rewrite query string params incorrectly
> -----------------------------------------------------------
>
>                 Key: COUCHDB-2031
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2031
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>            Reporter: Eric Drechsel
>
> Problem is discussed in this [SO 
> thread|http://stackoverflow.com/questions/5059499/access-couch-db-database-url-through-rewritten-url-with-query-parameters].
> To summarize, with
> {code:title=rewrites.js}
> [ { "from": "/dbname/*", "to: ../../*" },
>   { "from": "/*", "to: *" } ]
> {code}
> /dbname/?foo=bar doesn't work; it rewrites to /dbname/_design/..?foo=bar 
> instead.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to