View Issue Details

IDProjectCategoryView StatusLast Update
0003239HTML & PERLBug Report - Miscpublic2018-09-23 11:32
ReporterSubZero Assigned ToDerIdiot  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformFirefox 61OSWindowsOS Version10
Fixed in Version2018-10 
Summary0003239: Relation graph: anime links always point to http protocol
DescriptionAnime links generated on relation graph always point to non-ssl (http) addresses. Doesn't matter if the graph was generated on http or https connection.
Steps To Reproduce1. Open anime entry page (for example: https://anidb.net/perl-bin/animedb.pl?show=anime&aid=2002)
2. Click on Relation graph button
3. Click on anime entry on the graph (result: http://anidb.net/perl-bin/animedb.pl?show=anime&aid=2002)
Tagsgraph, relation, URI

Activities

Belove

2018-09-17 01:03

reporter   ~0004286

Why don't we use relative links (I realize the absolute URLs are generated with the correct .info/.net domain and in most places, https/http, but both seem unnecessary if we moved toward using relative links across the board);

I.e. one of:
animedb.pl?show=anime&aid=2002
/perl-bin/animedb.pl?show=anime&aid=2002
/a2002
//anidb.net/perl-bin/animedb.pl?show=anime&aid=2002
//anidb.net/a2002

Issue History

Date Modified Username Field Change
2018-08-14 20:04 SubZero New Issue
2018-08-14 20:04 SubZero Tag Attached: graph
2018-08-14 20:04 SubZero Tag Attached: relation
2018-08-14 20:04 SubZero Tag Attached: URI
2018-08-15 16:11 DerIdiot Severity major => minor
2018-08-15 16:11 DerIdiot Project Reports => HTML & PERL
2018-09-17 01:03 Belove Note Added: 0004286
2018-09-23 11:32 DerIdiot Assigned To => DerIdiot
2018-09-23 11:32 DerIdiot Status new => resolved
2018-09-23 11:32 DerIdiot Resolution open => fixed
2018-09-23 11:32 DerIdiot Fixed in Version => 2018-10
2018-09-23 11:32 DerIdiot Summary Relation graph anime links always point to http protocol => Relation graph: anime links always point to http protocol