Robert Kowalski created COUCHDB-2323:
----------------------------------------
Summary: Deployed Fauxton: ZeroClipbaord 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
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)