Christian Theune wrote:
Hi,

I'm trying to set up a PAU for a ZODB less application. I stumbled over
the fact that zope.app.publication.zopepublication.ZopePublication uses
an imported singleton of the global registry.

This registry is also registered as a utility, so IMHO this should be
done by calling getGlobalSiteManager().getUtility(IAuthentication)
instead of using this hard coded thing. :/

+1

--
http://worldcookery.com -- Professional Zope documentation and training
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to