Re: pyramid security exception handlers and beaker session flashing

2011-01-03 Thread Chris McDonough
A github pull request is the best place. - C On Mon, 2011-01-03 at 15:09 -0800, mgemmill wrote: > Hi Chris, > > I made a patch to implement/test that behaviour - where/who should I > send that to to have a look at it? > > Mark > > > On Jan 3, 11:54 am, Chris McDonough wrote: > > On Mon, 2011

Re: pyramid security exception handlers and beaker session flashing

2011-01-03 Thread mgemmill
Hi Chris, I made a patch to implement/test that behaviour - where/who should I send that to to have a look at it? Mark On Jan 3, 11:54 am, Chris McDonough wrote: > On Mon, 2011-01-03 at 02:19 -0800, mgemmill wrote: > > Hi, > > > I ran into a small snag while using pyramid beaker session and py

Re: pyramid security exception handlers and beaker session flashing

2011-01-03 Thread Chris McDonough
On Mon, 2011-01-03 at 02:19 -0800, mgemmill wrote: > Hi, > > I ran into a small snag while using pyramid beaker session and pyramid > security. I've setup a Forbidden exception handler which in turn > redirects to either an error view (i.e. they're logged in, but lack > credentials) or back to th

pyramid security exception handlers and beaker session flashing

2011-01-03 Thread mgemmill
Hi, I ran into a small snag while using pyramid beaker session and pyramid security. I've setup a Forbidden exception handler which in turn redirects to either an error view (i.e. they're logged in, but lack credentials) or back to the login view (if they're not logged in). I was using session.fl