[FIX] auth_oauth: quote redirect url in state
authorDenis Ledoux <dle@odoo.com>
Mon, 16 Jun 2014 20:40:31 +0000 (22:40 +0200)
committerDenis Ledoux <dle@odoo.com>
Mon, 16 Jun 2014 20:40:31 +0000 (22:40 +0200)
commit2db6a0080f9eeac7030d6d2d856574f2192d8aa5
treec3cd26e177196ae87a2ac741b52675f411258739
parent98bf37f6e1a7726e0bdb0d997adc8086578ec66f
[FIX] auth_oauth: quote redirect url in state

Otherwise, Firefox is splitting the state at the first &, which can potentially be located in the redict param of the state
addons/auth_oauth/controllers/main.py