> > No, it should still work as expected. I have tested the following: >
I was out of the office yesterday, so didn't get a chance to look at this. I've updated Trac from trunk (easy_install) and exported a copy from svn as well. I had actually spend the last 30 minutes messing with the authz_policy plugin looking at the debug output before I did this. I wanted to check that the the plugin from svn was the same as the one I had. It turns out that some one has submitted an update. In the check_permission() function the elif permissions == '': was missing [] around the quotes eg. permissions == [''] This little change made all the difference - everything now works as expected. Thanks for all your help guys. Regards Stephen -- Stephen Moretti Blog : http://nil.checksite.co.uk/ Twitter : http://twitter.com/mr_nil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
