[
https://issues.apache.org/jira/browse/COUCHDB-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14202166#comment-14202166
]
ASF subversion and git services commented on COUCHDB-2323:
----------------------------------------------------------
Commit 95b494ec6a1eb8bcb62369883774db0c60bacd5c in couchdb-fauxton's branch
refs/heads/master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=95b494e ]
Fix path for ZeroClipboard
If deployed as an CouchApp, the path for ZeroClipboard did not
match
Steps to reproduce:
- run `grunt couchapp_deploy` with a Couch in Admin-Party
- open http://localhost:5984/fauxton/_design/fauxton/index.html
Closes COUCHDB-2323
> Deployed Fauxton: ZeroClipboard url is wrong
> --------------------------------------------
>
> Key: COUCHDB-2323
> URL: https://issues.apache.org/jira/browse/COUCHDB-2323
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Robert Kowalski
> Assignee: Robert Kowalski
> Priority: Blocker
> Fix For: 2.0.0
>
>
> The deployed Fauxton CouchApp does not find ZeroClipboard.swf:
> {code}
> Request
> URL:http://localhost:15984/js/zeroclipboard/ZeroClipboard.swf?noCache=1410031522841
> Request Method:GET
> Status Code:404 Object Not Found
> {code}
> Changing root in the section couchapp of settings.json to
> {code}
> "root": "/_utils/fauxton/",
> {code}
> does work for the current location of fauxton, which might change with 2.0
> anyway:
> {code:bash}
> curl
> http://localhost:15984/_utils/fauxton/js/zeroclipboard/ZeroClipboard.swf
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)