ltonetwork / mongodb-rest

JSON REST server for MongoDB (using node.js)
MIT License
405 stars 143 forks source link

Objects with non-mongoIDs crash mongodb-rest #28

Closed rpiskule closed 6 years ago

rpiskule commented 12 years ago

if I create {"_id":5} in the database

and request the object 127.0.0.1/db/collection/5

it crashes the server.

santeriv commented 10 years ago

Duplicate of #11

Minstel commented 6 years ago

Closing as duplicate