Skip Menu |

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

Report information
The Basics
Id: 51136
Status: resolved
Priority: 0/
Queue: Apache-AuthTicket

People
Owner: Nobody in particular
Requestors: matthew [...] mdarwin.ca
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.90
Fixed in: (no value)



Subject: Error in condition where there is a malformed_ticket
When there is a malformed_ticket (ie one without any colons in it), I get the following warning: Odd number of elements in hash assignment at /usr/local/share/perl/5.10.0/Apache2/AuthTicket.pm line 450.
It is this code: warn "ticket is $key\n" if DEBUGGING; my ($secret, $sec_version); Show quoted text
>> my %ticket = $self->_unpack_ticket($key);