ceremcem opened a new issue #1118: Fauxton decides replication db address 
wrongly if server under subfolder
URL: https://github.com/apache/couchdb-fauxton/issues/1118
 
 
   When creating a replication, following scenario ends up broken if CouchDB is 
served under a folder, like http//example.com/db: 
   
   1. Select "Remote database" as source
   2. Write the address 
   3. Select "Local database" as target 
   4. Select the existing database `foo1` (or create a new one)
   5. Create the replication document 
   6. See the replication document is created with the url: 
`http//example.com/foo1` instead of `http//example.com/db/foo1`. 
   
   ### Workaround 
   
   Select "New remote database" as target and write the url by hand. 
   
   ### Version 
   
   2.2.0-RC2

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to