Commit 8562672b authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 32828: Redirect fails on Internet explorer: colchange.cgi

patch from mtakacs@pacbell.net
parent b1715ca3
......@@ -70,10 +70,12 @@ if (defined $::FORM{'rememberedquery'}) {
}
}
my $list = join(" ", @collist);
my $urlbase = Param("urlbase");
print "Set-Cookie: COLUMNLIST=$list ; path=/ ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n";
print "Set-Cookie: SPLITHEADER=$::FORM{'splitheader'} ; path=/ ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n";
print "Refresh: 0; URL=buglist.cgi?$::FORM{'rememberedquery'}\n";
print "\n";
print "<META HTTP-EQUIV=Refresh CONTENT=\"1; URL=$urlbase"."buglist.cgi?$::FORM{'rememberedquery'}\">\n";
print "<TITLE>What a hack.</TITLE>\n";
PutHeader ("Change columns");
print "Resubmitting your query with new columns...\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment