public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bruce Momjian <[email protected]>
To: Joshua D. Drake <[email protected]>
Cc: Stefan Kaltenbrunner <[email protected]>
Cc: PostgreSQL www <[email protected]>
Subject: Re: Wiki problem with URLs
Date: Fri, 1 Feb 2013 13:56:01 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-www>
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 <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
:
wget -q -O - 'http://wiki.postgresql.org/index.php?title=Todo&action=edit'; |
grep "http://[^ ]*="
--
Sent via pgsql-www mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www
Attachments:
[text/plain] check_pg_TODO (102B, 2-check_pg_TODO)
download | inline:
:
wget -q -O - 'http://wiki.postgresql.org/index.php?title=Todo&action=edit' |
grep "http://[^ ]*="
view thread (9+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Wiki problem with URLs
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox