lightcouch / LightCouch

CouchDB Java API
www.lightcouch.org
Apache License 2.0
67 stars 70 forks source link

URL escape #42

Closed bodalot closed 9 years ago

bodalot commented 9 years ago

The URL excape feature is causing view querying to fail when dealing with complex keys that have strings in them. It produces URL's like this _design/sales/_view/salesSorted?include_docs=true&startkey=[null,null,null,%2255084196d4c69eb1dc2f2d18%22]&endkey=[null,null,null,%2255084196d4c69eb1dc2f2d18%22]

This query will return a 200 but but no data

Please can you remove the remove the excaping all together. CouchDb will work well without escaping (the strings especially)