[Zope-Checkins]
SVN: Zope/branches/regebro-traversalfix/lib/python/ZPublisher/HTTPRequest.py
Removed some tabs.
Lennart Regebro
cvs-admin at zope.org
Thu Jun 15 07:25:11 EDT 2006
Log message for revision 68649:
Removed some tabs.
Changed:
U Zope/branches/regebro-traversalfix/lib/python/ZPublisher/HTTPRequest.py
-=-
Modified: Zope/branches/regebro-traversalfix/lib/python/ZPublisher/HTTPRequest.py
===================================================================
--- Zope/branches/regebro-traversalfix/lib/python/ZPublisher/HTTPRequest.py 2006-06-15 11:22:56 UTC (rev 68648)
+++ Zope/branches/regebro-traversalfix/lib/python/ZPublisher/HTTPRequest.py 2006-06-15 11:25:08 UTC (rev 68649)
@@ -1498,11 +1498,11 @@
else:
# Broken Cookie without = nor value.
- broken_p = paramlessre.match(text)
- if broken_p:
- l = len(broken_p.group(1))
- name = broken_p.group(2)
- value = ''
+ broken_p = paramlessre.match(text)
+ if broken_p:
+ l = len(broken_p.group(1))
+ name = broken_p.group(2)
+ value = ''
else:
return result
More information about the Zope-Checkins
mailing list