Pergunta

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.

Foi útil?
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top