Skip Menu |

This queue is for tickets about the Catalyst-Authentication-Store-LDAP CPAN distribution.

Report information
The Basics
Id: 38311
Status: resolved
Priority: 0/
Queue: Catalyst-Authentication-Store-LDAP

People
Owner: karman [...] cpan.org
Requestors: cdavaz [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.1002
Fixed in: (no value)



Subject: Infinite Recursion in Catalyst::Authentication::Store::LDAP::User::AUTOLOAD
In Catalyst::Authentication::Store::LDAP::User::AUTOLOAD We have line the line 283 in this module: Catalyst::Exception->throw("No attribute $method for User " . $self->stringify); Suggested fix: define or inherit the stringify method
Subject: Re: [rt.cpan.org #38311] Infinite Recursion in Catalyst::Authentication::Store::LDAP::User::AUTOLOAD
Date: Wed, 27 Aug 2008 10:28:48 -0500
To: bug-Catalyst-Authentication-Store-LDAP [...] rt.cpan.org
From: Peter Karman <peter [...] peknet.com>
On 08/07/2008 11:31 PM, Chris Davaz via RT wrote: Show quoted text
> Fri Aug 08 00:30:59 2008: Request 38311 was acted upon. > Transaction: Ticket created by DAVAZ > Queue: Catalyst-Authentication-Store-LDAP > Subject: Infinite Recursion in Catalyst::Authentication::Store::LDAP::User::AUTOLOAD > Broken in: 0.1002 > Severity: Critical > Owner: Nobody > Requestors: cdavaz@gmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=38311 > > > > In Catalyst::Authentication::Store::LDAP::User::AUTOLOAD > > We have line the line 283 in this module: > > Catalyst::Exception->throw("No attribute $method for User " . > $self->stringify); > > Suggested fix: > > define or inherit the stringify method
The stringify() method is already defined in Catalyst::Authentication::Store::LDAP::User and is in fact overloaded for '""'. A failing test case is necessary if you are really seeing a bug. -- Peter Karman . peter@peknet.com . http://peknet.com/
no reply so I'm closing this.