[
https://issues.apache.org/jira/browse/COUCHDB-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055988#comment-14055988
]
ASF GitHub Bot commented on COUCHDB-2266:
-----------------------------------------
GitHub user nolanlawson opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/1
Fauxton: verifyinstall fix for PouchDB Server
Fixes https://issues.apache.org/jira/browse/COUCHDB-2266.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nolanlawson/couchdb-fauxton pouchdb-server-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/1.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 #1
----
commit 6471f4a08aa2b8a315f47f04b25faa8e8e876b85
Author: Nolan Lawson <[email protected]>
Date: 2014-07-09T08:21:48Z
Fauxton: verifyinstall fix for PouchDB Server
----
> Fauxton verifyinstall throws parse error for PouchDB Server
> -----------------------------------------------------------
>
> Key: COUCHDB-2266
> URL: https://issues.apache.org/jira/browse/COUCHDB-2266
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Reporter: Nolan Lawson
>
> This seems to be a jQuery-specific issue related to the headers we happen to
> be giving back for JSON returned by map/reduce view queries.
> There was no obvious fix on PouchDB's end (e.g. adding the right content-type
> header), I figured it'd be easier to just add a one-line fix to the
> verifyinstall itself rather than figure out what magic combination of headers
> jQuery needed to return a string rather than JSON. So I'm offering that in a
> PR.
--
This message was sent by Atlassian JIRA
(v6.2#6252)