MantisBT - Doomseeker
View Issue Details
0003752DoomseekerWebsitepublic2020-01-30 13:412021-08-07 16:53
WubTheCaptain 
Zalewa 
normaltweakalways
closedfixed 
1.2 
1.3.11.3.3 
0003752: Source code download hyperlinks use HTTP scheme
The download page links to'http://doomseeker.drdteam.org/files/*.tar.xz. [^]'
Instead of http:// scheme, https:// should be used instead in the hyperlink href attribute.
'https://doomseeker.drdteam.org/download.php [^]'
select "Other (Source Code)"
No tags attached.
Issue History
2020-01-30 13:41WubTheCaptainNew Issue
2020-01-30 13:50WubTheCaptainNote Added: 0021159
2020-01-30 13:50WubTheCaptainNote Edited: 0021159bug_revision_view_page.php?bugnote_id=21159#r12976
2020-01-30 17:05ZalewaStatusnew => acknowledged
2020-01-31 12:45WubTheCaptainCategoryBug => Website
2020-02-09 11:20ZalewaNote Added: 0021187
2020-02-09 11:20ZalewaAssigned To => Zalewa
2020-02-09 11:20ZalewaStatusacknowledged => needs testing
2020-02-13 02:09WubTheCaptainNote Added: 0021202
2020-02-13 02:09WubTheCaptainStatusneeds testing => resolved
2020-02-13 02:09WubTheCaptainFixed in Version => 1.3.3
2020-02-13 02:09WubTheCaptainResolutionopen => fixed
2020-02-13 02:10WubTheCaptainTarget Version => 1.3.1
2021-08-07 16:53Blzut3Statusresolved => closed

Notes
(0021159)
WubTheCaptain   
2020-01-30 13:50   
Actually, I don't think the scheme and full URI should be in the URL.
href="http://doomseeker.drdteam.org/files/doomseeker-1.3.1_src.tar.xz"
could be:
href="//doomseeker.drdteam.org/files/doomseeker-1.3.1_src.tar.xz"
or more simply:
href="/files/doomseeker-1.3.1_src.tar.xz"

(0021187)
Zalewa   
2020-02-09 11:20   
Should be fixed.
(0021202)
WubTheCaptain   
2020-02-13 02:09   
'https://bitbucket.org/Doomseeker/website/commits/97e0e4fa34d7004cea80e3ffd6a3c16b9a813ca4 [^]'