On 2/2/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > Simon Belak <[EMAIL PROTECTED]> writes: > > > Would you mind trying without identity.require() and if it does the trick, > > try > > applying attached patch to identity/conditions.py. > > OK, after applying the patch by hand it also works with identity.require(). > It looks like identity's decorator was flawed (this patch might also solve the > newly #503 reported right now).
Hmm... I'm not 100% sure that this will fix 503, but it might. I just committed this patch (manually applied). Please check it to make sure my application of it works. By the way, I just opened ticket 504 to get unit tests for identity. It would be nice to have some tests that exercise at least some of Identity's features to catch this kind of thing. http://trac.turbogears.org/turbogears/ticket/504#preview Kevin

