public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* cgi-bin/gnatsweb.pl patched
@ 2001-12-31 19:40 Gerald Pfeifer
  2001-02-02 12:12 ` Gerald Pfeifer
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Gerald Pfeifer @ 2001-12-31 19:40 UTC (permalink / raw)
  To: overseers; +Cc: Phil Edwards

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 <mark@kuchel.net>.

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');


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-12-31 19:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-31 19:40 cgi-bin/gnatsweb.pl patched Gerald Pfeifer
2001-02-02 12:12 ` Gerald Pfeifer
2001-12-31 19:40 ` Phil Edwards
2001-02-02 12:22   ` Phil Edwards
2001-12-31 19:40 ` Tom Tromey
2001-02-02 17:43   ` Tom Tromey
2001-12-31 19:40   ` Gerald Pfeifer
2001-02-03  5:11     ` Gerald Pfeifer
2001-12-31 19:40 ` Christopher Faylor
2001-02-02 12:17   ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).