[Checkins] SVN: zope.publisher/branches/achapman-lenient-cookie-parsing/src/zope/publisher/http.py - woops

Alex Chapman achapman at zope.com
Thu Dec 15 22:25:12 UTC 2011


Log message for revision 123821:
   - woops
  

Changed:
  U   zope.publisher/branches/achapman-lenient-cookie-parsing/src/zope/publisher/http.py

-=-
Modified: zope.publisher/branches/achapman-lenient-cookie-parsing/src/zope/publisher/http.py
===================================================================
--- zope.publisher/branches/achapman-lenient-cookie-parsing/src/zope/publisher/http.py	2011-12-15 19:09:43 UTC (rev 123820)
+++ zope.publisher/branches/achapman-lenient-cookie-parsing/src/zope/publisher/http.py	2011-12-15 22:25:10 UTC (rev 123821)
@@ -186,7 +186,7 @@
                     M[ K[1:] ] = V
             elif K.lower() in Cookie.Morsel._reserved:
                 if M:
-                    M[ K ] = _unquote(V)
+                    M[ K ] = Cookie._unquote(V)
             else:
                 rval, cval = self.value_decode(V)
                 try:



More information about the checkins mailing list