util:wsgi: handle all dispatch() exceptions in BEExceptionApp
authorW. Trevor King <wking@tremily.us>
Mon, 29 Oct 2012 00:20:27 +0000 (20:20 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 29 Oct 2012 00:24:22 +0000 (20:24 -0400)
commitea9cc6e140481a3b804d464f1f49b1b57952fdcb
tree558bde19ce1f0be3c49b629415fcefdf481c3034
parent71e53cb9db2755940340ccd73f542e48ae27a064
util:wsgi: handle all dispatch() exceptions in BEExceptionApp

This brings BEExceptionApp into closer agreement with
libbe.ui.command_line.dispatch(), and avoids having the server go down
when a user submits a silly command.
libbe/util/wsgi.py