If I write my own filter and use its beforeHandler(), I would like, upon some catastrophe, to abort the entire request and return some client error code.

Unfortunately, it doesn't appear that the API for Filter allows aborting a request. True?

This is another good case for using exceptions.

- Paul

Reply via email to