bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 11 Aug 2010 15:54:44 +0200
branchstable
changeset 6099 b22a4a3895df
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
work around Apache's mod_proxy limitation with special chars in URLs by not using Rest urls when such a case is detected

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