Skip Menu |

This queue is for tickets about the Catalyst-Authentication-Credential-CAS CPAN distribution.

Report information
The Basics
Id: 102075
Status: resolved
Priority: 0/
Queue: Catalyst-Authentication-Credential-CAS

People
Owner: Nobody in particular
Requestors: mbaker814 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.05



Subject: Gateway parameter issue
Date: Wed, 11 Feb 2015 14:04:14 -0600
To: bug-Catalyst-Authentication-Credential-CAS [...] rt.cpan.org
From: Michael Baker <mbaker814 [...] gmail.com>
It seems when the gateway value is set in the authinfo hash it is not passed to the _login_uri so it redirects to the CAS login page regardless of the flag.
On Wed Feb 11 15:04:24 2015, mbaker814@gmail.com wrote: Show quoted text
> It seems when the gateway value is set in the authinfo hash it is not > passed to the _login_uri so it redirects to the CAS login page regardless > of the flag.
I have committed a fix to the github repo I use for this: Can you git clone https://github.com/klkane/catalyst-auth-cred-cas.git and give that a shot and let me know how it works for you. If you say its good Ill roll a new version to CPAN.
Subject: Re: [rt.cpan.org #102075] Gateway parameter issue
Date: Wed, 11 Feb 2015 17:23:44 -0600
To: bug-Catalyst-Authentication-Credential-CAS [...] rt.cpan.org
From: Michael Baker <mbaker814 [...] gmail.com>
It looks like the parameters are getting passed now. Everything looks good to me. Thanks for the quick response. On Wed, Feb 11, 2015 at 4:28 PM, Kevin L. Kane via RT < bug-Catalyst-Authentication-Credential-CAS@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=102075 > > > On Wed Feb 11 15:04:24 2015, mbaker814@gmail.com wrote:
> > It seems when the gateway value is set in the authinfo hash it is not > > passed to the _login_uri so it redirects to the CAS login page regardless > > of the flag.
> > I have committed a fix to the github repo I use for this: > > Can you git clone https://github.com/klkane/catalyst-auth-cred-cas.git > and give that a shot and let me know how it works for you. If you say its > good Ill roll a new version to CPAN. >
On Wed Feb 11 15:04:24 2015, mbaker814@gmail.com wrote: Show quoted text
> It seems when the gateway value is set in the authinfo hash it is not > passed to the _login_uri so it redirects to the CAS login page regardless > of the flag.
Fixed in version 0.05 and released to CPAN this morning. Thanks for the bug report. -Kevin