help-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnatsweb v4.00 - Send email to interested parties


From: Edward E. Jaffe
Subject: Re: Gnatsweb v4.00 - Send email to interested parties
Date: Thu, 13 Oct 2005 07:47:59 -0700
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Edward E. Jaffe wrote:

We just installed GNATS v4.1.0 and Gnatsweb v4.00. The only real problem we've found so far is when we try to use the "send email to interested parties" link when viewing a problem report. The imbedded URL looks similar to this:

http%3A%2F%2Fpsilinux.phx%2Fcgi-bin%2Fgnatsweb.pl%3Fcmd%3Dview%2520audit-trail%26database%3Ddefault%26pr%3D12

which isn't presented as a valid link by any of the e-mail programs we use here.

I'm seeing this problem using Firefox 1.07 and Thunderbird 1.07 on my desktop.

Any ideas how this can be corrected? A "tweak" to gnatsweb.pl?


We ended up modifying gnatsweb.pl to solve this issue. In subroutine get_mailto_link, we changed:

my $body    = $q->escape(get_viewpr_url($pr));

to simply:

my $body    = get_viewpr_url($pr);

Works great!

--
.-----------------------------------------------------------------.
| Edward E. Jaffe                |                                |
| Mgr, Research & Development    | address@hidden    |
| Phoenix Software International | Tel: (310) 338-0400 x318       |
| 5200 W Century Blvd, Suite 800 | Fax: (310) 338-0801            |
| Los Angeles, CA 90045          | http://www.phoenixsoftware.com |
'-----------------------------------------------------------------'






reply via email to

[Prev in Thread] Current Thread [Next in Thread]