danmunn / redmine_dmsf

Fork of svn repository for redmine_dmsf
GNU General Public License v2.0
418 stars 194 forks source link

Wiki Macros present a 'http' link regardless of whether redmine is configured for http or https #1457

Closed dbodorkos closed 1 year ago

dbodorkos commented 1 year ago

I have an issue where users attempting to download a dmsf file from a wiki page are getting the following error:

image

On inspecting the link in chrome, it shows that the links generated by the dmsf macro are http only:

The wiki links are being setup as follows:

image

When inspecting these links on the published wiki page, I am seeing the following:

image

Redmine protocol settings set to https:

image

Version Details: Redmine version 5.04.stable DMSF version 3.0.8

I have tested DMSF version 3.0.12 in a test environment, but the behaviour is the same.

Rocksau80 commented 1 year ago

Just FYI: We are using 3.0.13-devel on Redmine 5.0.5 and here everything looks good: image

picman commented 1 year ago

I'd consider this as fixed then.