Comment 0 for bug 1127552

Revision history for this message
Dennis Plöger (j-launchpad-dennis) wrote :

The method documented here: http://pythonhosted.org/ladon/ladonize.html#access-wsgi-environ-from-service-methods

doesn't work, as "dict" (which is used as the keyword argument) isn't listed in ladon/compat.py in the safe_conversions. Adding a dict: [dict] - line fixes that, though I'm not clear about the implications.