My favorites | Sign in
Google
             
New issue | Search
for
| Advanced search | Search tips
Issue 90: Invalid expires date format in /common/user.py/set_user_cookie()
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Apr 2009
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by jonasnockert, Apr 14, 2009
Expires should be a string in the format "Wdy, DD-Mon-YY HH:MM:SS GMT" but set_user_cookie() 
has it as "%a %d-%b-%y %H:%M:%S GMT" (i.e. comma is missing after weekday).
Comment 1 by jonasnockert, Apr 14, 2009
Patch up for review at http://rietku.appspot.com/7005
Comment 2 by adewale, Apr 16, 2009
Patch reviewed, committed and closed.
Status: Fixed
Sign in to add a comment