Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 10:10:02 -0700 (PDT)
From:      Tom Hukins <tom@eborcom.com>
To:        freebsd-doc@FreeBSD.ORG
Subject:   Re: docs/10997: Problem with query-pr-summary.cgi
Message-ID:  <199904081710.KAA84984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/10997; it has been noted by GNATS.

From: Tom Hukins <tom@eborcom.com>
To: mharo@area51.fremont.ca.us
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/10997: Problem with query-pr-summary.cgi
Date: Thu, 8 Apr 1999 13:01:16 +0100

 On Wed, Apr 07, 1999 at 01:04:38AM -0700, mharo@area51.fremont.ca.us wrote:
 > 
 > >Description:
 > 
 > Doing a query where the originator contains a space gets converted into
 > a space from a + but not back into a + in the <A HREF stuff for the
 > "Include closed reports too" link on the page.
 > 
 > >Fix:
 > 	
 > something like this might work but there is probably a better way....
 > $self_ref3 =~ s/ /+/g;
 
 Given that the script is written in Perl, a better fix might be to
 pass $self_ref4 through the URI::URL module. This would ensure
 special characters other than space are encoded properly.
 
 Tom
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904081710.KAA84984>