[rt-users] Removing quotes of previous email.& link error

John Gedeon jgedeon at qualcomm.com
Tue Jan 7 15:26:26 EST 2003


Thanks for the help Rich :)

  I am using FastCGI and that hack (Below) seems to be working great.

  as far as the previous emails being quoted I am just going to not include 
those in any of the emails rt sends.. thats what the boss said to do :)

John

At 11:47 AM 1/7/2003, you wrote:
>John Gedeon <jgedeon at qualcomm.com> wrote on 2003-01-07 14:38:
> >   **First is that links to a specific ticket in the rt system do not work
> > if a user is not logged in.
>
>If you're using FastCGI, try this patch.
>
>--- rt2-orig/bin/mason_handler.fcgi     Thu Oct  3 21:12:16 2002
>+++ rt2-esmith/bin/mason_handler.fcgi   Thu Oct  3 22:03:44 2002
>@@ -127,6 +127,15 @@
>
>      $HTML::Mason::Commands::ContentType = 'text/html';
>
>+    # CGI::param does not include query string in POST; let's
>+    # keep it all in the same place like mod_perl does.
>+    # This stanza is *not* from ApacheHandler.pm.
>+    if ($cgi->request_method eq 'POST') {
>+        foreach my $key ( $cgi->url_param ) {
>+           $cgi->param($key, $cgi->url_param($key)) unless $cgi->param($key);
>+       }
>+    }
>+
>      # This routine comes from ApacheHandler.pm:
>      my (%args, $cookie);
>      foreach my $key ( $cgi->param ) {
>
>
>Cheers,
>
>   -Rich
>
>--
>Rich Lafferty --------------+-----------------------------------------------
>  Ottawa, Ontario, Canada    |  Save the Pacific Northwest Tree Octopus!
>  http://www.lafferty.ca/    |    http://zapatopi.net/treeoctopus.html
>rich at lafferty.ca -----------+-----------------------------------------------
>_______________________________________________
>rt-users mailing list
>rt-users at lists.fsck.com
>http://lists.fsck.com/mailman/listinfo/rt-users
>
>Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm


--
<>< Proverbs 3:5 "Trust in the Lord with all your heart and lean not on 
your own understanding;"




More information about the rt-users mailing list