https://bz.apache.org/bugzilla/show_bug.cgi?id=61519
--- Comment #38 from Reindl Harald <[email protected]> --- please see the first comment https://bz.apache.org/bugzilla/show_bug.cgi?id=61519#c1 which pretty much explains "even if it's not the way you'd like to" from the begin when $_SERVER['SERVER_PORT'] gives you 80 instead of 443 and you are on a setup which uses 8080 and 8443 for wahtever reasons you are *not* able to construct a full-qualified url without heuristics guessing when $_SERVER['HTTPS'] is 'on' and $_SERVER['SERVER_PORT'] gives 8080 that you have to use 8443 for your URL in a confirmation email and you patch is fixing the whole issue which is finally more then the redirect for URLs with a missing trailing slash * HTTPS on * SERVER_PORT 443 * REQUEST_SCHEME https so it never was about "I tried to provide you two different workarounds but you are myopically focused on being right and playing some game that nobody else is playing" because i never play games i focus real technical solutions instead workarounds not covering the issue as a whole where it starts - not more and not less -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
