bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 08 Jul 2014 11:33:32 +0200
changeset 9919 e013c35067d7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[etwist] use more specific REQUEST_ENTITY_TOO_LARGE instead of BAD_REQUEST When a request body exceeds the configured limit, return 413 to the client instead of a generic 400.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])