[Zope] Struggling with Permissions
R. David Murray
bitz@bitdance.com
Tue, 15 Aug 2000 10:32:54 -0400 (EDT)
On Tue, 15 Aug 2000, Jean Jordaan wrote:
> (this is from ccDocClass_add). When I arrive I *still* see:
>
> (I'm Anonymous User and I have Anonymous role(s).)
>
> Now I edit the URL manually and visit /docs/manage, which
> works *without* prompting me for authentication. I edit the
> URL back to /docs, and now I see:
>
> (I'm docEditor and I have ContentManager and Manager role(s).)
>
> Also, this doesn't *always* happen. Perhaps it's an IE problem?
> Does anyone know exactly how this works?
My bet is that this is a browser caching issue. Click on the link
that takes you back to the original page, get the cached page.
Edit the URL, edit the URL *back*, now you've undoubtably hit
return in the URL box, and IE (sometimes) does a page refresh at
that point.
--RDM