Re: [Zope-PAS] Authentication caching

2006-08-19 Thread Stefan H. Holek
I think this is because the view name is shown on the RCM's statistics page, allowing you to tell which users are cached. Kind of useful during testing. Stefan On 18. Aug 2006, at 16:36, Chris McDonough wrote: I know you didn't invent this pattern in this code, but I'm curious why the vi

Re: [Zope-PAS] Authentication caching

2006-08-18 Thread Chris McDonough
I know you didn't invent this pattern in this code, but I'm curious why the view_name here includes the login name. Isn't lookup disambigutated by the keywords dict and you could use a static view name? view_name = createViewName('_extractUserIds', credentials.get('login')

RE: [Zope-PAS] Authentication caching

2006-08-18 Thread Ben Mason
That's great news and I don't have any objections. Any more work on PAS gets a big thumbs up in my eyes! Ben > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Stefan H. Holek > Sent: 18 August 2006 13:40 > To: zope-pas@zope.org > Subject: [Zope-PAS] A