[Zope] Weird permissions problem.
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Wed, 18 Apr 2001 22:46:03 +0200 (CEST)
    
    
  
Phil Harris writes:
 > <dtml-var standard_html_header>
 > <a href="&dtml.url-login_html;">Login</a>
 > </dtml-var standard_html_footer>
 > 
 > Created the login_html (dtml_method).
 > 
 > Changed the permissions so that anaonymous couldn't view it.
 > 
 > Tried viewing the index_html, which to my mind should have worked but it
 > didn't.
I tried to reproduce your problem in my ZopeCVS:
  Apparently, the construct requires "Access Contents Information".
  When I withdraw this permission, your problem occured.
  For me, "View" permission was not relevant.
Dieter