[Zope-Checkins] CVS: Zope/lib/python/Products/OFSP/help - Response.py:1.9
   
    R. David Murray
     
    bitz@bitdance.com
       
    Wed, 14 Aug 2002 12:53:44 -0400
    
    
  
Update of /cvs-repository/Zope/lib/python/Products/OFSP/help
In directory cvs.zope.org:/tmp/cvs-serv1231
Modified Files:
	Response.py 
Log Message:
Document the quoting of cookie values.
=== Zope/lib/python/Products/OFSP/help/Response.py 1.8 => 1.9 ===
--- Zope/lib/python/Products/OFSP/help/Response.py:1.8	Thu Jun 13 09:42:14 2002
+++ Zope/lib/python/Products/OFSP/help/Response.py	Wed Aug 14 12:53:44 2002
@@ -120,6 +120,11 @@
         "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
         
         '''