RT: Use of uninitialized value in lc at /usr/local/share/perl5/HTML/Mason/ApacheHandler.pm line 914

All

We recently did a new install and have been having the same Warning in the
apache logs ever since.

This is where the issue starts:

Logs:
Jan 9 12:20:29 srikrsna yum[15593]: Installed:
perl-Apache-DBI-1.09-1.fc14.noarch
Jan 9 12:21:26 srikrsna RT: Use of uninitialized value in lc at
/usr/local/share/perl5/HTML/Mason/ApacheHandler.pm line 914.
(/usr/local/share/perl5/HTML/Mason/ApacheHandler.pm:914)

Line 914 below highlighted with ****

sub apache_request_object
{
my $self = shift;
# We need to be careful to never assign a new apache (subclass)
# object to $r or we will leak memory, at least with mp1.
my $new_r = APACHE2 ? $
[0] : HTML::Mason::Apache::Request->new( $[0]
);
my $r_sub;
*** if ( lc $
[0]->dir_config(‘Filter’) eq ‘on’ )
{
die “To use Apache::Filter with Mason you must have at least version
1.021 of Apache::Filter\n”
unless Apache::Filter->VERSION >= 1.021;
$r_sub = $do_filter;
}
else
{
$r_sub = $no_filter;
}
my $apreq_instance =
APACHE2
? sub { Apache2::Request->new( $[0] ) }
: sub { $
[0] };
return
$r_sub->( $self->args_method eq ‘mod_perl’ ?
$apreq_instance->( $new_r ) :
$new_r
);
}

have seen the following post but could not see a solution:

Does anyone know how I might be able to resolve this

Kind regards

Naresh Maharaj,

Hewitt & May (Shirtmakers) Ltd
email: info@hewittandmay.com
web: http://www.hewittandmay.co.uk