| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org> |
| Subject: | Re: Two trailing / on ftp symlink |
| Date: | 2017-05-02 07:12:57 |
| Message-ID: | D4D9B771-E3BD-4C4F-8F02-7F789B98D815@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
> On 01 May 2017, at 13:26, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> The “latest” symlink on ftp/ contains a trailing slash in the pickle file (I
> presume, without having seen it), but the template tacks on a trailing slash as
> well making the href "ftp/source/v9.6.2//". While this leads to the right page,
> the “parent directory” link gets confused since it now links to the same page as
> "ftp/source/v9.6.2/“.
After having been pointed in the right direction out-of-band, it seems the
issue is that we don’t strip trailing slashes from symlinks, only directory
entries. The attached patch seems to fix it.
cheers ./daniel
| Attachment | Content-Type | Size |
|---|---|---|
| ftp_pickle_stripslash.patch | application/octet-stream | 1.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2017-05-02 07:55:57 | Re: Updating Admin Cookbook to 9.5/9.6 ediiton |
| Previous Message | Daniel Gustafsson | 2017-05-01 11:26:12 | Two trailing / on ftp symlink |