An in-memory database based on the CouchDB REST API and containing the CouchDB Futon and Fauxton web sites
GNU Affero General Public License v3.0
162
stars
12
forks
source link
Non-Ascii ids in the URI fail to pass the regex #56
Open
craigminihan opened 9 years ago
If a document id contains non-ascii chars the regex dispatcher will fail to match resulting in a 404. CouchDB can handle UTF-8 chars in ids.
Need to understand behaviour when emitted as map keys and when sorting in all_docs.