-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CGI::Cookie doesn't conform to RFC2109, 'Max-Age' ( Needs peer review ) [rt.cpan.org #50576] #19
Comments
yanick@babyl.dyndns.org - 2009-10-17 14:50:55 http://jackyf.livejournal.com/ via RT wrote:
be stubbed in. I'll try to dig a little deeper today and see in the Cheers, |
YANICK - 2009-11-01 19:33:51 A tentative patch is at http://github.com/yanick/CGI.pm/tree/rt-50576 Points of discussion/caveats:
|
ALEXMV - 2009-11-20 17:53:54 On Sun Nov 01 14:33:51 2009, YANICK wrote:
Mark asked me to peer-review this patchset in order to help get a
I somewhat agree with Mark on this -- I'm not convinced that such
This is going to possibly cause problems -- Date::Parse isn't in core,
|
yanick@babyl.dyndns.org - 2009-11-20 18:13:13 On November 20, 2009 12:53:55 pm Alex Vandiver via RT wrote:
harm, buuut I thought that giving peeps the control if they so desire was the
someone would enter the expiry date as an absolute date instead of a delta.
asap. Or any of you can fork my github branch and play with it, if you so Thanks! |
yanick@babyl.dyndns.org - 2009-11-30 01:07:22 Alex Vandiver via RT wrote:
put both fields in the header (and if nothing has been specified, we
Time::Piece requires its string to be in a very specific format, whereas `/anick |
MARKSTOS - 2009-12-03 04:13:52 I've looked at some more. Some notes:
This approach would be perfectly backwards compatible, and saves a bit What I'm proposing has the fine-grained control of Yanick's original I think always setting both headers might introduce backwards |
MARKSTOS - 2010-12-26 03:03:05 Yanick, I have taken a second try at the Max-Age support. It is available here: https://github.com/markstos/CGI.pm/tree/max-age-cookie-take-2 I manually incorporated some of the ideas and code from the original I started over because as the ticket reflects, the line of thinking The current proposed approach is to manage them individually. This is If the changes and docs look OK to use, please go ahead and pull the |
MARKSTOS - 2011-01-24 01:48:15 ( If anyone else besides Yanick wants to provide a peer review, that's |
https://rt.cpan.org/Ticket/Display.html?id=50576
The text was updated successfully, but these errors were encountered: