diff options
author | Robert Newson <rnewson@apache.org> | 2012-08-31 12:16:17 +0100 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2012-08-31 12:22:17 +0100 |
commit | 272d641529e6cde5a24ed73e827e27ef52c87d2a (patch) | |
tree | 336a297a9d233e1260fca9db26be469dab2d2e9f /CHANGES | |
parent | 4067f743026fbaf8d48fe000d90a26a5c38c988a (diff) | |
download | couchdb-272d641529e6cde5a24ed73e827e27ef52c87d2a.tar.gz |
COUCHDB-1026 - encode database name when rewriting
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ UUID Algorithms: * Added the utc_id algorithm. +URL Rewriter & Vhosts: + + * database name is encoded during rewriting (allowing embedded /'s, etc) + Version 1.2.1 ------------- |