Skip Menu |

This queue is for tickets about the CGI-Simple CPAN distribution.

Report information
The Basics
Id: 130454
Status: resolved
Priority: 0/
Queue: CGI-Simple

People
Owner: MANWAR [...] cpan.org
Requestors: ROBINS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 1.18
  • 1.19
  • 1.20
  • 1.21
Fixed in: 1.22



Subject: The -samesite parameter in CGI::Simple::Cookie->new() is missing in cookie() method
It seems like the -samesite parameter in CGI::Simple::Cookie->new() is not part of the valid parameter list for the CGI::Simple cookie() method. Most likely this is an oversight when -samesite feature was implemented in 1.18.
You are correct, we missed it. I will patch the code and upload it first thing tomorrow morning.
Subject: Re: [rt.cpan.org #130454] The -samesite parameter in CGI::Simple::Cookie->new() is missing in cookie() method
Date: Fri, 6 Sep 2019 22:10:59 +0200
To: bug-CGI-Simple [...] rt.cpan.org, ROBINS [...] cpan.org
From: Robin Smidsrød <robin [...] smidsrod.no>
On 2019-09-06 17:08, Mohammad Sajid Anwar via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=130454 > > > You are correct, we missed it. > I will patch the code and upload it first thing tomorrow morning.
While you're at it - I also noticed the documentation for the samesite() accessor on CGI::Simple::Cookie is missing. Didn't actually verify if the sub is also missing, as I didn't use that feature (only used as_string). -- Robin
Indeed it was missing in the pod. I will fix that as well. Thanks for reporting.
Subject: Re: [rt.cpan.org #130454] The -samesite parameter in CGI::Simple::Cookie->new() is missing in cookie() method
Date: Sun, 8 Sep 2019 01:37:22 +0200
To: bug-CGI-Simple [...] rt.cpan.org
From: Robin Smidsrød <robin [...] smidsrod.no>
On 2019-09-07 22:47, Mohammad Sajid Anwar via RT wrote: Show quoted text
Oh my, thanks for a very quick response! *clap* *clap* -- Robin