Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U1LmU-0004VZ-2u for pgsql-www@arkaria.postgresql.org; Fri, 01 Feb 2013 18:56:10 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1U1LmT-0000II-41 for pgsql-www@arkaria.postgresql.org; Fri, 01 Feb 2013 18:56:09 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U1LmS-0000ID-MI for pgsql-www@postgresql.org; Fri, 01 Feb 2013 18:56:08 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U1LmQ-0005Mk-DM for pgsql-www@postgresql.org; Fri, 01 Feb 2013 18:56:08 +0000 Received: from bruce by momjian.us with local (Exim 4.72) (envelope-from ) id 1U1LmL-00085O-SJ; Fri, 01 Feb 2013 13:56:01 -0500 Date: Fri, 1 Feb 2013 13:56:01 -0500 From: Bruce Momjian To: "Joshua D. Drake" Cc: Stefan Kaltenbrunner , PostgreSQL www Subject: Re: Wiki problem with URLs Message-ID: <20130201185601.GC2357@momjian.us> References: <20130127000238.GA11186@momjian.us> <5105788A.5070903@kaltenbrunner.cc> <510C0BC9.1060802@commandprompt.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <510C0BC9.1060802@commandprompt.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Pg-Spam-Score: -2.2 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-www Precedence: bulk Sender: pgsql-www-owner@postgresql.org --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 1, 2013 at 10:39:05AM -0800, Joshua D. Drake wrote: > > On 01/27/2013 10:57 AM, Stefan Kaltenbrunner wrote: > > >>A fix need to be found, and all URLs with equal signs fixed. > > > > > >well this seems to be a URL encoding issue - replacing the = with a %3D > >fixes the problem. > > No it puts a band aid on it. This is clearly a bug in the wiki code. > I think it is unreasonable to have to modify every URL that would > normally work perfectly. Agreed, but based on the fact that no one yet knows how to fix it, I have written the attached script which I will run automatically to check for such problems. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=check_pg_TODO : wget -q -O - 'http://wiki.postgresql.org/index.php?title=Todo&action=edit' | grep "http://[^ ]*=" --cNdxnHkX5QqsyA0e Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgsql-www mailing list (pgsql-www@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www --cNdxnHkX5QqsyA0e--