<div dir="ltr">Thanks for the response Paul. I don&#39;t see a Proxy tab on Page Templates though, only DTML methods: do I need to install an additional product for that? or is it configured somewhere else for Templates?<br>
<br><div class="gmail_quote">On Tue, Sep 16, 2008 at 7:48 AM, Paul Winkler <span dir="ltr">&lt;<a href="mailto:slinkp@gmail.com">slinkp@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Mon, Sep 15, 2008 at 07:44:58PM -0400, Thibaud Morel l&#39;Horset wrote:<br>
&gt; Hello all,<br>
&gt;<br>
&gt; &nbsp; I&#39;m trying to figure out how to prevent certain zope objects from being<br>
&gt; called directly but allow them to be called from another object.<br>
&gt;<br>
&gt; &nbsp; Here is an example:<br>
&gt; &nbsp; You have a ZPT page, let&#39;s originally call it &#39;test&#39;<br>
&gt; &nbsp; test calls a Script(Python) &#39;script&#39;<br>
&gt;<br>
&gt; &nbsp; I want any anonymous user to be able to call &#39;test&#39; from the web but not<br>
&gt; &#39;script&#39;. However, I want &#39;test&#39; to call &#39;script&#39; and render the contents of<br>
&gt; &#39;script&#39; to anonymous users through &#39;test&#39;. I tested this out by making the<br>
&gt; &#39;script&#39; View permission only available for Authenticated users, and as<br>
&gt; anonymous I can neither hit &#39;test&#39; nor &#39;script&#39;.<br>
&gt;<br>
&gt; &nbsp; Based on my understanding of the Zope security framework I don&#39;t think<br>
&gt; this is possible... hopefully someone can tell me I&#39;m wrong though and show<br>
&gt; me how to do it :)<br>
<br>
</div></div><a href="http://plope.com/Books/2_7Edition/Security.stx#2-62" target="_blank">http://plope.com/Books/2_7Edition/Security.stx#2-62</a><br>
<br>
<br>
--<br>
<br>
Paul Winkler<br>
<a href="http://www.slinkp.com" target="_blank">http://www.slinkp.com</a><br>
_______________________________________________<br>
Zope maillist &nbsp;- &nbsp;<a href="mailto:Zope@zope.org">Zope@zope.org</a><br>
<a href="http://mail.zope.org/mailman/listinfo/zope" target="_blank">http://mail.zope.org/mailman/listinfo/zope</a><br>
** &nbsp; No cross posts or HTML encoding! &nbsp;**<br>
(Related lists -<br>
&nbsp;<a href="http://mail.zope.org/mailman/listinfo/zope-announce" target="_blank">http://mail.zope.org/mailman/listinfo/zope-announce</a><br>
&nbsp;<a href="http://mail.zope.org/mailman/listinfo/zope-dev" target="_blank">http://mail.zope.org/mailman/listinfo/zope-dev</a> )<br>
</blockquote></div><br></div>