You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Robert Kowalski (JIRA)" <ji...@apache.org> on 2014/09/06 21:25:28 UTC

[jira] [Updated] (COUCHDB-2323) Deployed Fauxton: ZeroClipboard url is wrong

     [ https://issues.apache.org/jira/browse/COUCHDB-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Kowalski updated COUCHDB-2323:
-------------------------------------
    Priority: Blocker  (was: Major)

> 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
>            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)