[Zope-Checkins] CVS: Zope/lib/python/Products/SiteErrorLog - SiteErrorLog.py:1.6.10.1
Matt Behrens
matt@zigg.com
Wed, 29 May 2002 15:45:53 -0400
Update of /cvs-repository/Zope/lib/python/Products/SiteErrorLog
In directory cvs.zope.org:/tmp/cvs-serv18366/lib/python/Products/SiteErrorLog
Modified Files:
Tag: zigg_unix-install-control-config-branch
SiteErrorLog.py
Log Message:
Merge in HEAD (except setup.py... gotta chat about that one) :-)
=== Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py 1.6 => 1.6.10.1 ===
req_html = None
if request:
- url = request['URL']
+ url = request.get('URL', '?')
username = getSecurityManager().getUser().getUserName()
try:
req_html = str(request)