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.

有帮助吗?
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top