[Zope-Checkins] CVS: Zope/lib/python/Products/OFSP/help - Request.py:1.13 Response.py:1.11

Chris McDonough chrism@zope.com
Tue, 20 Aug 2002 23:09:32 -0400


Update of /cvs-repository/Zope/lib/python/Products/OFSP/help
In directory cvs.zope.org:/tmp/cvs-serv25772/Products/OFSP/help

Modified Files:
	Request.py Response.py 
Log Message:
De-applying patches to autoquote cookie values due to fears of breakage
and lack of coverage in the code.


=== Zope/lib/python/Products/OFSP/help/Request.py 1.12 => 1.13 ===
--- Zope/lib/python/Products/OFSP/help/Request.py:1.12	Wed Aug 14 18:16:05 2002
+++ Zope/lib/python/Products/OFSP/help/Request.py	Tue Aug 20 23:09:31 2002
@@ -41,8 +41,7 @@
 
       - Cookies
 
-          These are the cookie data, if present.  Cookie values
-          are unquoted using url_unquote_plus.
+          These are the cookie data, if present.
 
       - Lazy Data
 


=== Zope/lib/python/Products/OFSP/help/Response.py 1.10 => 1.11 ===
--- Zope/lib/python/Products/OFSP/help/Response.py:1.10	Wed Aug 14 18:16:05 2002
+++ Zope/lib/python/Products/OFSP/help/Response.py	Tue Aug 20 23:09:31 2002
@@ -120,11 +120,6 @@
         "value". This overwrites any previously set value for the
         cookie in the Response object.
 
-        The value passed in is quoted using url_quote_plus before
-        the cookie is sent to the browser, and is unquoted using
-        url_unquote_plus when the cookie is received back from
-        the browser and stored in REQUEST.cookies.
-
         Permission -- Always available
 
         '''