[rt-users] Patch: Mason Profiing under FastCGI

Patrick LeBoutillier patl at fusemail.com
Thu Feb 5 08:37:55 EST 2004


Jesse,

This patch is required to do Mason profiling under FastCGI:

cvs server: Diffing .
Index: Web.pm
===================================================================
RCS file: /var/lib/cvs/RT-3.0.8-support/lib/RT/Interface/Web.pm,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Web.pm
*** Web.pm      30 Jan 2004 13:52:53 -0000      1.1.1.1
--- Web.pm      5 Feb 2004 13:36:44 -0000
***************
*** 98,104 ****
          ],
          data_dir => "$RT::MasonDataDir",
          default_escape_flags => 'h',
!         allow_globals        => [qw(%session)]
      );


--- 98,105 ----
          ],
          data_dir => "$RT::MasonDataDir",
          default_escape_flags => 'h',
!         allow_globals        => [qw(%session)],
!       @_
      );

It was probably just a mistake, @_ was not being passed on to the Mason
handler.

Patrick




More information about the rt-users mailing list