[Rt-commit] [svn] r730 - rt/trunk/bin
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Apr 22 17:14:41 EDT 2004
Author: jesse
Date: Thu Apr 22 17:14:40 2004
New Revision: 730
Modified:
rt/trunk/bin/mason_handler.fcgi.in
rt/trunk/bin/mason_handler.scgi.in
Log:
Drop
Modified: rt/trunk/bin/mason_handler.fcgi.in
==============================================================================
--- rt/trunk/bin/mason_handler.fcgi.in (original)
+++ rt/trunk/bin/mason_handler.fcgi.in Thu Apr 22 17:14:40 2004
@@ -33,8 +33,9 @@
require CGI::Fast;
RT::Init();
+RT::DropSetGIDPermissions();
+
-# Response loop
while ( my $cgi = CGI::Fast->new ) {
# the whole point of fastcgi requires the env to get reset here..
# So we must squash it again
Modified: rt/trunk/bin/mason_handler.scgi.in
==============================================================================
--- rt/trunk/bin/mason_handler.scgi.in (original)
+++ rt/trunk/bin/mason_handler.scgi.in Thu Apr 22 17:14:40 2004
@@ -31,6 +31,7 @@
require CGI;
RT::Init();
+RT::DropSetGIDPermissions();
my $cgi = CGI->new;
if ( ( !$h->interp->comp_exists( $cgi->path_info ) )
More information about the Rt-commit
mailing list