odoo/addons/web/controllers
Olivier Dony b17b2a2eb7
[FIX] http: do not allow passing spaces around db in URL param
Until 9.0 our psycopg2 DSN connection strings do not allow having
spaces within the db name, and passing some can cause duplicate
registries to be loaded.

Stripping spaces is a simple workaround until we actually support
spaces within db names.

Fixes #13078
2016-09-09 09:28:10 +02:00
..
__init__.py [IMP] Convered qunit test suite to template 2014-04-28 20:24:51 +02:00
main.py [FIX] http: do not allow passing spaces around db in URL param 2016-09-09 09:28:10 +02:00