Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
De-applying patches to autoquote cookie values due to fears of breakage
Browse files Browse the repository at this point in the history
and lack of coverage in the code.
  • Loading branch information
mcdonc committed Aug 21, 2002
1 parent 3975e66 commit 80c16cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions help/Request.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ class Request:
- 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
Expand Down
5 changes: 0 additions & 5 deletions help/Response.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ def setCookie(name,value,**kw):
"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
'''
Expand Down

0 comments on commit 80c16cd

Please sign in to comment.