Re: [pylons-devel] weberror: Fix CSRF validation when token is unicode

2016-02-08 Thread Bert JW Regeer
WebError 0.12 is out on PyPi. Pulled in that CSRF fix :-) Cheers, Bert > On Feb 8, 2016, at 22:50, Jan Heylen wrote: > > Great, thanks! > > On Tue, Feb 9, 2016 at 1:11 AM, Bert JW Regeer wrote: >> I’ve just received push access to PyPi from Ben Bangert,

Re: [pylons-devel] weberror: Fix CSRF validation when token is unicode

2016-02-08 Thread Jan Heylen
Great, thanks! On Tue, Feb 9, 2016 at 1:11 AM, Bert JW Regeer wrote: > I’ve just received push access to PyPi from Ben Bangert, will pull in that PR > and get a new release out that fixes the issue in the next day or so. > > Thanks, > Bert > >> On Feb 7, 2016, at 06:19, Jan

[pylons-devel] weberror: Fix CSRF validation when token is unicode

2016-02-07 Thread Jan Heylen
Hi, as user of the pylons web framework, I very much like the interactive debugger, however, since some time, this is a broken feature. However, the fix (in weberror) is very trivial and already proposed as pull request by Patrick Valsecchi on github since November last year: