From owner-cvs-all Thu Aug 5 22:58:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9225414FBB; Thu, 5 Aug 1999 22:58:15 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA67702; Thu, 5 Aug 1999 22:58:15 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199908060558.WAA67702@freefall.freebsd.org> From: Tim Vanderhoek Date: Thu, 5 Aug 1999 22:58:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr.cgi Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/08/05 22:58:15 PDT Modified files: en/cgi query-pr.cgi Log: When creating the "Submit Followup" link, be more aggressive about url-encoding unsafe characters. Instead of a comparing against a list of unsafe characters, compare against an inverted list of safe characters. Specifically fixes " " spaces in urls, but probably others, too. Make the url-encoding that did already exist work. Revision Changes Path 1.16 +4 -4 www/en/cgi/query-pr.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message