[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication - ZopePublication.py:1.1.2.28.2.4
Jim Fulton
jim@zope.com
Tue, 26 Mar 2002 13:00:23 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication
In directory cvs.zope.org:/tmp/cvs-serv20917/Zope/App/ZopePublication
Modified Files:
Tag: Zope3-publisher-refactor-branch
ZopePublication.py
Log Message:
Modified the server to use the new request factory API and got all the
unit tests to pass.
=== Zope3/lib/python/Zope/App/ZopePublication/ZopePublication.py 1.1.2.28.2.3 => 1.1.2.28.2.4 ===
def callObject(self, request, ob):
- return mapply(ob, request.args, request)
+ return mapply(ob, request.getPositionalArguments(), request)
def afterCall(self, request):
get_transaction().commit()