GitHub user millayr opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/808
Handle trailing params when building URLs for views
In some circumstances, FauxtonAPI.urls() returns paths with a query
parameter already appended to the end. This results in URLs that contain
multiple ?'s instead of one ? and multiple &'s. The fix in this PR no longer
assumes FauxtonAPI.urls() returns paths in a specific format.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/millayr/couchdb-fauxton
Cloudant-shared-databases-results-in-incorrect-view-contents
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/808.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #808
----
commit 6b202ea9b3ebd552982b68966f6a0b63c168b664
Author: Ryan Millay <[email protected]>
Date: 2016-11-16T20:49:15Z
Handle trailing question marks when building URLs for views
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---