Alexander Köplinger <alex.koeplinger@outlook.com>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
PHPBB3 › PR › #4894 | 7 years ago | 4499 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|---|---|---|
PHPBB3 › PR › #4894 | 7 years ago | 4499 passed |
Build | Completed | Code commits | Tests |
---|
Build | Completed | Code commits | Tests |
---|
The code was added as a workaround for bugs in very old versions of IIS,
dating back to 2002: see commit 849d76697444f4e3523845f8c96569ccde57d868.
Newer IIS versions handle the 'Location' header just fine, so we can avoid
the unnecessary HTML page for redirects. Given that it seems to work fine
since IIS 6.0 (on WinServer 2003), I don't think it's worth adding a special
check for earlier versions as they are no longer supported by MS as well.
PHPBB3-12101