[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

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)