From 3ef77cb36f0aef60ffabedd512959b961455fa2d Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 22 Nov 2005 07:03:10 +0000 Subject: [PATCH] Remove the lowercased-URL catcher as it is not server-side. - Bugreported as: https://bugzilla.mozilla.org/show_bug.cgi?id=317381 --- WebConfig.pm | 5 ----- 1 file changed, 5 deletions(-) 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"; -- 1.8.3.1