From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerald Pfeifer To: Cc: Phil Edwards Subject: cgi-bin/gnatsweb.pl patched Date: Fri, 02 Feb 2001 12:12:00 -0000 Message-ID: X-SW-Source: 2001-q1/msg00142.html Message-ID: <20010202121200.GkcZcATRdyPA1sgreOkEUkR7KUYWT7P6sRmYCf7_zFg@z> I usually try not to interfere with sources.redhat.com admin issues, but cgi-bin/gnatsweb.pl urgently needed the following patch, and Tom is heavily loaded with other stuff and didn't have the time to address this, so I went ahead and installed the following. Phil, it should work now, I hope. Gerald Generate proper cookies paths. By Mark Kuchel . Index: gnatsweb.pl =================================================================== RCS file: /cvs/gcc/wwwdocs/cgi-bin/gnatsweb.pl,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -p -r1.19 -r1.20 --- gnatsweb.pl 2001/01/11 01:11:36 1.19 +++ gnatsweb.pl 2001/01/19 01:30:42 1.20 @@ -3143,6 +3143,7 @@ sub main -expires => $global_cookie_expires); my $expire_old_cookie = $q->cookie(-name => 'gnatsweb', -value => 'does not matter', + -path => $global_cookie_path, #-path was not used for gnatsweb 2.5 cookies -expires => '-1d'); my $url = $q->param('return_url');