danmunn / redmine_dmsf

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

WebDAV created links is undesirably pointing to port 80 #1467

Closed Raw1mage closed 10 months ago

Raw1mage commented 10 months ago

Here I show a screen shot, wherein the framework gives wrong links (port 80) when directing to other folders. This happens not only to "link to upper folder" but also other project folders. I'm not sure if this is a misconfiguration or bug. There's no where in the system to configure port 80. image

Great Plugin anyway, and I appreciate the team's work.

picman commented 10 months ago

Please check the protocol in the settings. image

Raw1mage commented 10 months ago

Thanks for the kind reply. The settings was already https when the bug happens. image

I'm wondering the number ":80" comes from inside the codes. Since my redmine box is a docker image running on port 3000, mapped to port 3434 of the host, and all requests coming from public IP port 443 are proxy_forwarded to that port 3434.
There is nothing related to ":80" in my configuration.

Raw1mage commented 10 months ago

and I assume this is the same bug causing Windows 10 unable to access the webdav url.

picman commented 10 months ago

Please follow my recommendation for #1468.