Domanda

Is there a way to customize error pages in CouchDB, particularly in couchapp?

When I try to load URL with undefined/misspelled view

http://localhost:5984/database/_design/app/_view/sample

CouchDB 1.2 just closes the connection:

Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

I'd like to customize this behavior.

È stato utile?
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top