Re: [Zope3-Users] Paste sending 'Authentication Required' popup

2009-06-11 Thread Chetan Kumar
On Thu, Jun 11, 2009 at 8:18 PM, Simon Elbaz wrote: > Hi, > I am trying to set a session credentials plugins in an application. A > request on 'http://localhost:8080/' sends me to the login form as defined in > the plugin. > Could someone tell me how to inhibate the HTTPBasicAuth popup ? HTTPBas

Re: [Zope3-Users] Paste sending 'Authentication Required' popup

2009-06-11 Thread Simon Elbaz
Finally, I found where HTTPBasicAuthentication is triggered. It is in: /home/simon/.buildout/eggs/zope.app.wsgi-3.5.2-py2.5.egg/zope/app/wsgi/__init__.py(57)__call__() -> request = publish(request, handle_errors=handle_errors) /home/simon/.buildout/eggs/zope.publisher-3.8.0-py2.5.egg/zope/publis

[Zope3-Users] Paste sending 'Authentication Required' popup

2009-06-11 Thread Simon Elbaz
Hi, I am trying to set a session credentials plugins in an application. A request on 'http://localhost:8080/' sends me to the login form as defined in the plugin. Whereas, a request on 'http://localhost:9030/++skin++Login/@@search.html' triggers the 'Authentication Required' popup (realm Zope). I