On Dec 24, 2008, at 1:26 PM, Chris Anderson wrote:
On Wed, Dec 24, 2008 at 3:51 AM, Jason Davies
<[email protected]> wrote:
I get an empty response (due to internal crash) when attempting to
GET a
form for a non-existent document. Attempting to GET a non-existent
form
returns a 404 as expected.
Thanks for the heads up. I'll add a test for that.
I believe it'd be nice to allow requesting an old _rev with a
?rev=oldrev parameter. And there are probably more niceties than that
to work on.
I'm thinking this is a bad idea, as it will further encourage using
the revision system as a VCS. I'm actually thinking of making it
harder to get the previous rev, the current implementation make it
easy to misunderstand how things are supposed to work.
-Damien