Skip Menu |

This queue is for tickets about the Apache2-AuthCookieDBI CPAN distribution.

Report information
The Basics
Id: 66336
Status: resolved
Worked: 3 hours (180 min)
Priority: 0/
Queue: Apache2-AuthCookieDBI

People
Owner: matisse [...] spamcop.net
Requestors: nathan.zorn [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.13
Fixed in: 2.14



Subject: Bug with group function in 2.13 (missing $class when calling _dbi_connect)
Seems there is an error with the group function. You need to use $class to call _dbi_connect. Patch is here. 903c903 < my $dbh = $class->_dbi_connect($r) || return; --- Show quoted text
> my $dbh = _dbi_connect($r) || return;
Thanks. Pretty bad bug :-) Occurs in a few places. I'll try to fix an release a new version in this coming week.
Looks like I should add some test coverage to group(), _get_new_session(), and authen_ses_key() methods.
Changes made. Should be released in 2.14 soon. (Awaiting legal approval for OSS post-bask.)