From: short <> Date: Tue, 22 Nov 2005 07:03:10 +0000 (+0000) Subject: Remove the lowercased-URL catcher as it is not server-side. X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=3ef77cb36f0aef60ffabedd512959b961455fa2d Remove the lowercased-URL catcher as it is not server-side. - Bugreported as: https://bugzilla.mozilla.org/show_bug.cgi?id=317381 --- diff --git a/WebConfig.pm b/WebConfig.pm index 22fe7af..c95e8ca 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -89,11 +89,6 @@ our %WebConfig=( "attr"=>'style="text-decoration: inherit; /* revoke underline */;"')); $r.="\n"; } -# FIXME: Catch the bug. -if ($r=~/resumejankratochvil.pm/) { - use Carp qw(confess cluck); - cluck "LOWERCASED; resume_url=$resume_url"; - } $r.=''."\n"; $r.=''."\n"; $r.=''."\n";