Date: Thu, 26 Oct 2006 11:13:35 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr.cgi Message-ID: <200610261113.k9QBDaKw057043@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2006-10-26 11:13:35 UTC FreeBSD doc repository Modified files: en/cgi query-pr.cgi Log: Decode query components. Without this, one couldn't specify full PR ID, e.g., bin/12345, in the "PR number" field of the web form because the slash was encoded as %2F by many browsers. Of course, decoding the query is a must for a cgi in general. Revision Changes Path 1.57 +3 -2 www/en/cgi/query-pr.cgi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610261113.k9QBDaKw057043>