diff options
author | Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> | 2012-03-23 20:52:17 +0100 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2012-04-25 16:54:08 -0500 |
commit | 40a4e3343179936cc35d586f78ca99f4c0b65a42 (patch) | |
tree | b5e8165a25cad675b05b7b60ca1603a80ea5c42e /CHANGES | |
parent | 6c976bd948565305c006746f449dc8cd21a749e1 (diff) | |
download | couchdb-40a4e3343179936cc35d586f78ca99f4c0b65a42.tar.gz |
Do not overwrite X-CouchDB-Requested-Path
Repeated rewrites would replace the initial value of
X-CouchDB-Requested-Path.
Fixes: COUCHDB-1442
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ Source Repository: * The source repository was migrated from SVN to Git. +HTTP Interface: + + * No longer rewrites the X-CouchDB-Requested-Path during recursive + calls to the rewriter. + Storage System: * Fixed unnecessary conflict when deleting and creating a |