Hi,<br>I am trying to set a SessionCredentialsPlugin in a application.<br><br>When I try to access the following URL <a href="http://localhost:9030/++skin++Login/@@search.html">http://localhost:9030/++skin++Login/@@search.html</a>, the result of the call:<br>
&gt; /home/simon/.buildout/eggs/zope.app.publication-3.7.0-py2.5.egg/zope/app/publication/zopepublication.py(322)handleException()<br>-&gt; view = zope.component.queryMultiAdapter(<br> (exception, request), name=name)<br>
(Pdb) print view.__init__<br>&lt;bound method Unauthorized.__init__ of &lt;<b>zope.app.http.exception.unauthorized.Unauthorized </b>object at 0x97faa6c&gt;&gt;<br><br>where exception=(&lt;zope.app.publisher.browser.viewmeta.Contents object at 0x89ad5ec&gt;, &#39;browserDefault&#39;, &#39;zope.View&#39;)<br>
<br><br>When I try to access the following URL <a href="http://localhost:9030/">http://localhost:9030/</a>, the result of the call:<br>&gt; /home/simon/.buildout/eggs/zope.app.publication-3.7.0-py2.5.egg/zope/app/publication/zopepublication.py(322)handleException()<br>
-&gt; view = zope.component.queryMultiAdapter((exception, request), name=name)<br>(Pdb) print view.__init__<br>&lt;bound method Unauthorized.__init__ of &lt;<b>zope.app.publisher.browser.viewmeta.Unauthorized</b> object at 0x8badd6c&gt;&gt;<br>
<br>where exception is (&lt;zope.app.publisher.browser.viewmeta.SearchAddForm object at 0x89ad3ec&gt;, &#39;browserDefault&#39;, &#39;cdcadama.View&#39;).<br><br>Could someone explain me why the result is different ?<br><br>
Thanks<br>Simon<br><br><br>