Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-1479

Futon config UI won't allow "WWW-Authenticate" option to be added (name is lowercased)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • Futon
    • None
    • Mac OS X

    Description

      When using the config UI in futon to add a new option, via the "Add a new section..." link at the bottom of the page, the name of the option is lowercased when written to the .ini file. (For some reason the case is preserved when altering the runtime configuration, though, so the problem doesn't manifest itself until the next time the server is restarted.)

      This causes trouble when attempting to enable HTTP basic auth by adding a "WWW-Authenticate" option (value "Basic") to the [httpd] section. The actual data written to the .ini file is:

      [httpd]
      www-authenticate = Basic

      which is not recognized when the server loads its configuration on restart.

      Attachments

        Activity

          People

            Unassigned Unassigned
            snej Jens Alfke
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: