patchgnats - Patches: patch #4518, Fix "send email to interested...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4518: Fix "send email to interested parties" link in GnatsWeb

Submitter:  None
Submitted:  Sun 16 Oct 2005 08:11:03 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Open

Sun 16 Oct 2005 08:11:03 AM UTC, original submission:  

When the "send email to interested parties" link is used, the resulting email link contains extraneous escape characters. For example:

http%3A%2F%2Fhostname.com%2Fcgi-bin%2Fgnatsweb.pl%3Fcmd%3Dview%2520audit-trail%26database%3Ddefault%26pr%3D16

To fix the problem, replace this statement:

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

with:

 my $body    = get_viewpr_url($pr);

in gnatsweb.pl

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2005-10-16 None Carbon-Copy- Added edjaffe --AT-- phoenixsoftware --DOT-- com

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code