[Zope-Checkins] CVS: Zope/lib/python/ZPublisher - HTTPRequest.py:1.83.10.1
Andreas Jung
andreas@andreas-jung.com
Sat, 16 Nov 2002 11:41:16 -0500
Update of /cvs-repository/Zope/lib/python/ZPublisher
In directory cvs.zope.org:/tmp/cvs-serv25283/ZPublisher
Modified Files:
Tag: ajung-restructuredtext-integration-branch
HTTPRequest.py
Log Message:
merge from trunk
=== Zope/lib/python/ZPublisher/HTTPRequest.py 1.83 => 1.83.10.1 ===
--- Zope/lib/python/ZPublisher/HTTPRequest.py:1.83 Fri Sep 27 13:36:11 2002
+++ Zope/lib/python/ZPublisher/HTTPRequest.py Sat Nov 16 11:40:46 2002
@@ -760,6 +760,9 @@
taintedform[tainted_key] = copied
else:
taintedform[tainted_key] = [copied]
+ elif not isinstance(taintedform[tainted_key], lt):
+ taintedform[tainted_key] = [
+ taintedform[tainted_key]]
taintedform[tainted_key].append(tainted)
elif taintedform.has_key(tainted_key):