Skip Menu |

This queue is for tickets about the Apache-AuthCookie CPAN distribution.

Report information
The Basics
Id: 19687
Status: resolved
Priority: 0/
Queue: Apache-AuthCookie

People
Owner: Nobody in particular
Requestors: valdez [...] linuxasylum.net
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 3.09
Fixed in: 3.10



Subject: Can't call method "connection" on an undefined value
Hello, after upgrading from 3.06 to v3.09, it seems that, even if $r->is_initial_req is false, in some circumstances the $r->prev object is not available causing an internal server error. The exact error string is: [error] Can't call method "connection" on an undefined value at /usr/share/perl5/Apache/AuthCookie.pm line 220.\n perl 5.8.8 Apache 1.3.34 mod_perl 1.29 libapreq 1.33 Apache::AuthCookie 3.09 Debian/Linux Please, let me know if I can help you to solve this problem. Thanks, Valerio
On Sun Jun 04 05:33:07 2006, guest wrote: Show quoted text
> Hello, > > after upgrading from 3.06 to v3.09, it seems that, even if > $r->is_initial_req is false, in some circumstances the $r->prev object > is not available causing an internal server error. The exact error > string is: > > [error] Can't call method "connection" on an undefined value at > /usr/share/perl5/Apache/AuthCookie.pm line 220.\n
Thanks. This has been fixed in 3.10, which just entered CPAN a few minutes ago. If you need it before it propagates across the mirrors, get it from: http://sourceforge.net/project/showfiles.php?group_id=12701 Mike