What steps will reproduce the problem?
1. `curl http://host:port/random-db-that-does-not-exist/`
What is the expected output? What do you see instead?
The expected output is a 404. The server returns an empty list ('[]') and
has the side effect of creating the database. GET requests should not have
side-effects, ie: this behavior is not REST-compliant (lulz)
Original issue reported on code.google.com by hoop...@gmail.com on 22 Dec 2009 at 7:20
Original issue reported on code.google.com by
hoop...@gmail.com
on 22 Dec 2009 at 7:20