rhijul / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

Invalid expires date format in /common/user.py/set_user_cookie() #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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).

Original issue reported on code.google.com by jonasnoc...@gmail.com on 14 Apr 2009 at 9:32

GoogleCodeExporter commented 9 years ago
Patch up for review at http://rietku.appspot.com/7005

Original comment by jonasnoc...@gmail.com on 14 Apr 2009 at 9:43

GoogleCodeExporter commented 9 years ago
Patch reviewed, committed and closed.

Original comment by adewale on 16 Apr 2009 at 4:01