Skip to content

Commit

Permalink
- woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown authored and freddrake committed Jul 26, 2013
1 parent e35e347 commit a65ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/publisher/http.py
Expand Up @@ -187,7 +187,7 @@ def _BaseCookie__ParseString(self, str, patt=Cookie._CookiePattern):
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:
Expand Down

0 comments on commit a65ea8d

Please sign in to comment.