[Zope-Checkins] CVS: Zope3 - z3.py:1.1.2.14
Guido van Rossum
guido@python.org
Thu, 13 Dec 2001 17:15:02 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv18974
Modified Files:
Tag: Zope-3x-branch
z3.py
Log Message:
Get rid of permissive security policy. (For now, all you get get is a
login challenge or permission error message; we have to fix this.)
=== Zope3/z3.py 1.1.2.13 => 1.1.2.14 ===
hit_log = CommonHitLogger()
-setSecurityPolicy(PermissiveSecurityPolicy())
PublisherHTTPServer(request_payload, response_payload,
'', 8080, tasks=tasks, verbose=1, hit_log=hit_log)