doctrine / couchdb-client

CouchDB Client library
MIT License
122 stars 68 forks source link

Missing urlencode in deleteDocument method #21

Closed DarkSmith closed 8 years ago

DarkSmith commented 10 years ago

Document id need to be urlencoded here https://github.com/doctrine/couchdb-client/blob/master/lib/Doctrine/CouchDB/CouchDBClient.php#L379

beberlei commented 8 years ago

Fixed in 17c7e39