[Mpuls-commits] r5693 - base/trunk/mpulsweb/config
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Dec 5 15:41:51 CET 2011
Author: ludwig
Date: 2011-12-05 15:41:50 +0100 (Mon, 05 Dec 2011)
New Revision: 5693
Modified:
base/trunk/mpulsweb/config/routing.py
Log:
Issue 2591: Squeeze Upgrade: Set map to explicit False.
Needs to be done, becuase in routes 1.12.3 the default changes to True.
In the moment we just support False.
Modified: base/trunk/mpulsweb/config/routing.py
===================================================================
--- base/trunk/mpulsweb/config/routing.py 2011-12-05 14:34:49 UTC (rev 5692)
+++ base/trunk/mpulsweb/config/routing.py 2011-12-05 14:41:50 UTC (rev 5693)
@@ -83,6 +83,7 @@
map = Mapper(controller_scan=controller_scan,
directory=controller_dirs,
always_scan=config['debug'])
+ map.explicit = False
# The ErrorController route (handles 404/500 error pages); it should
# likely stay at the top, ensuring it can always be resolved
More information about the Mpuls-commits
mailing list