MantisBT - Doomseeker
View Issue Details
0003747DoomseekerWebsitepublic2020-01-30 12:442021-08-07 16:53
WubTheCaptain 
Zalewa 
normalminoralways
closedfixed 
1.2 
1.3.11.3.3 
0003747: Doomseeker source code download pages point to old _src filename on the website, 404 Not Found
'https://doomseeker.drdteam.org/download.php [^]'
select "Other (Source Code)"
links to:'http://doomseeker.drdteam.org/files/doomseeker-1.3.1_src.tar.xz [^]'
(notice HTTP scheme, yes we changed .tar.bz2 to .tar.xz but didn't strip _src)
404 Not Found
same for wadseeker 2.0
we changed the filename format with doomseeker 1.2:
'http://doomseeker.drdteam.org/files/libwadseeker-1.1_src.tar.bz2 [^]'
'http://doomseeker.drdteam.org/files/libwadseeker-1.2.tar.xz [^]'
'http://doomseeker.drdteam.org/files/doomseeker-1.1_src.tar.bz2 [^]'
'http://doomseeker.drdteam.org/files/doomseeker-1.2.tar.xz [^]'
No tags attached.
related to 0003738closed Zalewa Doomseeker's website needs to be updated for 1.3.1 release 
Issue History
2020-01-30 12:44WubTheCaptainNew Issue
2020-01-30 12:45WubTheCaptainTarget Version => 1.3.1
2020-01-30 12:49WubTheCaptainRelationship addedrelated to 0003746
2020-01-30 12:49WubTheCaptainRelationship deletedrelated to 0003746
2020-01-30 12:51WubTheCaptainRelationship addedrelated to 0003738
2020-01-30 13:54WubTheCaptainNote Added: 0021160
2020-01-30 13:54WubTheCaptainNote Edited: 0021160bug_revision_view_page.php?bugnote_id=21160#r12978
2020-01-30 15:21WubTheCaptainSummaryDoomseeker website source code download pages point to old _src filename, 404 Not Found => Doomseeker source code download pages point to old _src filename on the website, 404 Not Found
2020-01-30 17:12ZalewaStatusnew => acknowledged
2020-01-30 17:37WubTheCaptainDescription Updatedbug_revision_view_page.php?rev_id=13016#r13016
2020-01-31 12:45WubTheCaptainCategoryDocumentation => Website
2020-02-09 11:19ZalewaNote Added: 0021184
2020-02-09 11:19ZalewaAssigned To => Zalewa
2020-02-09 11:19ZalewaStatusacknowledged => needs testing
2020-02-13 01:45WubTheCaptainNote Added: 0021196
2020-02-13 01:45WubTheCaptainStatusneeds testing => needs review
2020-02-13 07:00ZalewaNote Added: 0021207
2020-02-13 07:07ZalewaAssigned ToZalewa =>
2020-02-14 00:15WubTheCaptainNote Added: 0021210
2020-02-14 09:45ZalewaNote Added: 0021211
2020-02-15 01:26WubTheCaptainNote Added: 0021212
2020-02-15 01:26WubTheCaptainStatusneeds review => resolved
2020-02-15 01:26WubTheCaptainFixed in Version => 1.3.3
2020-02-15 01:26WubTheCaptainResolutionopen => fixed
2020-02-15 01:26WubTheCaptainAssigned To => Zalewa
2021-08-07 16:53Blzut3Statusresolved => closed

Notes
(0021160)
WubTheCaptain   
2020-01-30 13:54   
In addition to fixing the error in website source code, perhaps create HTTP redirects to the actual locations for these source code downloads:
  • Doomseeker 1.2
  • Doomseeker 1.3
  • Doomseeker 1.3.1
  • Wadseeker 1.2
  • Wadseeker 2.0


(0021184)
Zalewa   
2020-02-09 11:19   
Should be fixed.
(0021196)
WubTheCaptain   
2020-02-13 01:45   
'https://bitbucket.org/Doomseeker/website/commits/97e0e4fa34d7004cea80e3ffd6a3c16b9a813ca4 [^]'

The code won't handle old DS_VERSIONs or WS_VERSIONs, but that is alright.

Zalewa, do you want to setup HTTP redirects for 404 Not Found links in the OP? Can we do that with the shared hosting infra (.htaccess)?
(0021207)
Zalewa   
2020-02-13 07:00   
Quote
Zalewa, do you want to setup HTTP redirects for 404 Not Found links in the OP?

What for? These links were bugged from the start.
(0021210)
WubTheCaptain   
2020-02-14 00:15   
Quote from Zalewa
What for? These links were bugged from the start.


For that reason only, and they were broken for quite a while.
(0021211)
Zalewa   
2020-02-14 09:45   
I still don't understand what for. These links never pointed to the correct files. No one will use them to refer to the correct files. They were site bugs from the start and now they're fixed.
(0021212)
WubTheCaptain   
2020-02-15 01:26   
I did a web search for the above URI. A Gentoo user had fixed their ebuilds to point to the new URI, and a NixOS package has stuck with Doomseeker 1.0 which the OP doesn't have an issue with.
I couldn't find an example where somebody pointed to the broken URIs (except on this issue tracker to report the issue), so consider this resolved.