Thread: pgcommitfest2: Remove trailing slashes from message-id URLs

pgcommitfest2: Remove trailing slashes from message-id URLs

From
Peter Eisentraut
Date:
This archive links from the commit fest app are like

    https://www.postgresql.org/message-id/flat/BLAH/

which is redirected to

    https://www.postgresql.org/message-id/flat/BLAH

So it seems like the links shouldn't include the trailing slash in the
first place.

See attached patch.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

Re: pgcommitfest2: Remove trailing slashes from message-id URLs

From
Magnus Hagander
Date:
On Wed, Feb 27, 2019 at 10:40 AM Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
This archive links from the commit fest app are like

    https://www.postgresql.org/message-id/flat/BLAH/

which is redirected to

    https://www.postgresql.org/message-id/flat/BLAH

So it seems like the links shouldn't include the trailing slash in the
first place.


Make a lot of sense, and patch looks good. Pushed.

//Magnus