Last night, my
error.log file logged a large number (1268 in a row) of the following error message:
Use of uninitialized value in string eq at /usr/share/perl5/Apache2/AMFLiteDetectionFilter.pm line 559.
which is this line:
if ($CommonLib->readCookie($cookie) eq 'true' || $CommonLib->readCookie($cookie) eq 'false') {
I keep logs around for a year, and it appears that this error has not previously occurred in the past year. There are no timestamps in error.log so I can't easily correlate this to any particular server, unfortunately. I don't even see 1268 of any particular request pattern in access.log.
Has anyone else seen this particular uninitialized value warning? Even better, does anyone know what's causing it or how to fix it?
Thanks,
— Scott