From aa4cacfd7b283193e36a6a85bdfb8f93749108a5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 6 Mar 2007 17:41:13 +0000 Subject: =?UTF-8?q?Bug=20372723:=20Bookmarkable=20template=20URLs=20on=20e?= =?UTF-8?q?nter=5Fbug.cgi=20should=20not=20contain=20tokens=20-=20Patch=20?= =?UTF-8?q?by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_bug.cgi b/post_bug.cgi index c471fd23a..f755934ae 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -90,7 +90,7 @@ if ($token) { }); if (defined $cgi->param('maketemplate')) { - $vars->{'url'} = $cgi->query_string(); + $vars->{'url'} = $cgi->canonicalise_query('token'); $vars->{'short_desc'} = $cgi->param('short_desc'); print $cgi->header(); -- cgit v1.2.1