Comment 0 for bug 837006

Revision history for this message
Moses Palmér (mosespalmer) wrote :

When retrieving documents with ":" in their names (http://127.0.0.1:45665/test/coffe%3Atea), basic HTTP authentication is required. When accessing the same document on localhost (http://localhost:45665/test/coffe%3Atea).

Steps to reproduce:
1. Log in to futon.
2. Create the database test.
3. Open test and create a document with the ID "test" and save it.
4. Access /test/test and verify that it is accessible.
5. Create a new document with the id "coffe_tea".
6. Access /test/coffe%3Atea and verify that authrntication is required.
7. Change the hostname from 127.0.01 to localhost and verify that the document does not require authentication.