Subject: | Intermittent problem with MSIE 6.0 and CVS AxKit on RHEL 4 |
Runing AxKit from CVS (from 25.08.05) I sometimes see this error:
[Fri Aug 26 16:12:22 2005] [error] [client a.b.c.d] [AxKit] [Error] Can't locate object method "parsed_uri" via package "Apache" at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Apache/AxKit/ConfigReader.pm line 347.\n
The relevant line in ConfigReader is:
elsif ($ua =~ /MSIE 6\.0/) {
# Don't gzip https on MSIE 6.0
-> return if $r->parsed_uri->scheme =~ /https/i;
}
The problem seems intermittent, and seems hard to reproduce.
Version info:
perl: v5.8.5 built for i386-linux-thread-multi
$Apache::VERSION 1.27
$Apache::Request::VERSION 1.33
$Apache::URI::VERSION 1.00
This is all on RHEL 4.