For some extra checks on the request it could be nice when the Zotonic core routines could abandon a request with an error code.
I am specifically thinking of checks on the size/number of entities in the POST body.
Is it a solution to add a throw with an optional status code or description?
Another idea is to move parsing the request vars to some default state handler in webzmachine.
Any ideas?
- Marc