Hi,<br>I am trying to set a session credentials plugins in an application. A request on &#39;<a href="http://localhost:8080/">http://localhost:8080/</a>&#39; sends me to the login form as defined in the plugin.<br>Whereas, a request on &#39;<a href="http://localhost:9030/++skin++Login/@@search.html">http://localhost:9030/++skin++Login/@@search.html</a>&#39; triggers the &#39;Authentication Required&#39; popup (realm Zope).<br>
<br>I have tried to debug with pdb and here are the lines just before the popup appears:<br>(Pdb) r<br>&gt; /home/simon/.buildout/eggs/zope.app.wsgi-3.5.2-py2.5.egg/zope/app/wsgi/__init__.py(58)__call__()<br>-&gt; response = request.response<br>
(Pdb) r<br>--Return--<br>&gt; /home/simon/.buildout/eggs/zope.app.wsgi-3.5.2-py2.5.egg/zope/app/wsgi/__init__.py(71)__call__()-&gt;(&#39;&#39;,)<br>-&gt; return response.consumeBodyIter()<br>(Pdb) r<br>&gt; /home/simon/.buildout/eggs/Paste-1.7.2-py2.5.egg/paste/httpserver.py(289)wsgi_execute()<br>
-&gt; try:<br>(Pdb) r<br>--Return--<br>&gt; /home/simon/.buildout/eggs/Paste-1.7.2-py2.5.egg/paste/httpserver.py(297)wsgi_execute()-&gt;None<br>-&gt; result = None<br><br><br>browser/configure.zcml<br>--------------------------------<br>

<br>&lt;page<br>      name=&quot;search.html&quot;<br>      for=&quot;zope.app.folder.interfaces.IFolder&quot;<br>      permission=&quot;cdcadama.View&quot;<br>      layer=&quot;cdcadama.layer.ICdcadamaBrowserLayer&quot;<br>
      class=&quot;.login.SearchAddForm&quot;<br>/&gt;<br><br><br>Could someone tell me how to inhibate the HTTPBasicAuth popup ?<br><br>Thanks<br>Simon<br>