[
https://issues.apache.org/jira/browse/COUCHDB-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15641526#comment-15641526
]
ASF GitHub Bot commented on COUCHDB-3224:
-----------------------------------------
GitHub user sergey-safarov opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/802
COUCHDB-3224: Fixed view displaying for database with "/" symbols in name
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sergey-safarov/couchdb-fauxton COUCHDB-3224
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/802.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 #802
----
commit 9d5d8d335d6dc0b9faeb3db8f1052a66aaaf3331
Author: Sergey Safarov <[email protected]>
Date: 2016-11-06T10:04:42Z
COUCHDB-3224: Fixed view displaying for database with "/" symbols in name
----
> Fauxton not correctly display database with "-" and "/" symbol in name
> ----------------------------------------------------------------------
>
> Key: COUCHDB-3224
> URL: https://issues.apache.org/jira/browse/COUCHDB-3224
> Project: CouchDB
> Issue Type: Bug
> Components: Fauxton
> Reporter: Sergey Safarov
>
> Fauxton cannot display database with "-" symbol in name and cannot display
> view with "/" simbol in database name.
> Tu reproduce execute "curl -X PUT
> http://127.0.0.1:5984/mytest%2Fdata%2Fbase-201609" ant try open this database
> via fauxton.
> Also if you create view for this database then this view wont work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)