25 Feb
2008
25 Feb
'08
9:52 p.m.
On Monday 25 February 2008 22:45:24 Joerg Baach wrote:
I should have mentioned that in order for verbose-security to work you also need to switch to the python security implementation -- did you do that?
Yes, I did.
If yes, you should see lines like these in your event.log:
No, don't :-(
Strange...
But somehow I have the feeling it has more to do with the 'and the container is not wrapped' part of the message. Not that I can make sense of it ;-)
Yes, definitely. Its just with VerboseSecurity its easier to debug... Another option: put a debugger breakpoint (eg. "import pdb; pdb.set_trace()") at the place where the "Unauthorized" exception is raised and inspect the objects peter.
Cheers,
Joerg