You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/05 15:14:37 UTC

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

    [ https://issues.apache.org/jira/browse/COUCHDB-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14198389#comment-14198389 ] 

ASF GitHub Bot commented on COUCHDB-2323:
-----------------------------------------

GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/133

    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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertkowalski/couchdb-fauxton COUCHDB-2323-zeroclipboard-path

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/133.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 #133
    
----
commit f9374e11249360d48189029fdbb642caa2a9ec51
Author: Robert Kowalski <ro...@apache.org>
Date:   2014-11-05T13:38:51Z

    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)