couchbaselabs / cbft

*THIS PROJECT HAS MOVED* from couchbaselabs TO: https://github.com/couchbase/cbft -- no further development will be done here on couchbaselabs/cbft
Other
27 stars 5 forks source link

doc debug REST api doesn't decode URI components correctly #55

Open steveyen opened 9 years ago

steveyen commented 9 years ago

When using the REST debug /api/pindex-bleve/{pindexName}/doc/{docID} API, a docID with embedded, encoded slashes (like aaa/bbb/ccc or aaa%2Fbbb%2Fccc) isn't parsed right, leading incorrectly to an error of document not found.