~openerp-dev/openerp-web/7.0-opw-589823-msh

Viewing all changes in revision 3914.

  • Committer: Fabien Meghazi
  • Date: 2013-05-02 12:36:57 UTC
  • Revision ID: fme@openerp.com-20130502123657-f2sg50fq3216lh7d
[FIX] force module paths to be bytestrings

Backport trunk Revision:
3729 revid:chm@openerp.com-20130502122806-1i9h8v0cvhb6p63q


The http controllers handler crashes when there are non-ascii chars in the url path.

`openerp.modules.module.ad_paths` containing unicode strings, werkzeug fail to compare the path `module` which is converted to ascii.
force `module` to be bytestrings

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: