building with a --prefix that has an ending slash confuses serve_file()
-----------------------------------------------------------------------

                 Key: COUCHDB-52
                 URL: https://issues.apache.org/jira/browse/COUCHDB-52
             Project: CouchDB
          Issue Type: Bug
          Components: Build System
         Environment: osx
            Reporter: Johan Sørensen
            Priority: Minor


configuring with:

$ ./configure --prefix=$HOME/couchdb/

caused the futon interface to 404 because it couldn't handle a 
"$HOME/couchdb//share/couchdb/www" path (I'm guessing), note the double-slashes.

Configuring with an ending slash on the --prefix works.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to