| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | PostgreSQL WWW <pgsql-www(at)postgresql(dot)org> |
| Subject: | http links on featurematrix |
| Date: | 2017-02-17 16:47:10 |
| Message-ID: | 1B90C25E-36C8-46B1-B4D7-E887E5E16C3E@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
Feature descriptions with links are currently rendering them as http:// rather
than https:// (simply because that’s what’s in the database) and any link
stored with https:// won’t be picked up as we’re looking for http:// afaict.
Support both protocols and rewrite http to https on the fly for local links to
save a redirect.
The proper solution is to rewrite in the database of course, and if done this
patch is moot (unless we want to support non-local description links to http).
cheers ./daniel
| Attachment | Content-Type | Size |
|---|---|---|
| featurematrix_http.patch | application/octet-stream | 1.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2017-02-17 23:16:50 | OS X to macOS |
| Previous Message | Fabien COELHO | 2017-02-16 20:35:06 | Re: Small issue in online devel documentation build |