Bug #1623
closedRedirect in System : Advanced loses port number
0%
Description
Making a change under system_advanced_admin.php results in a delayed redirect. This redirect forgets to add a port number, which breaks admin via ssh port forwarding, etc.
e.g.
from, https://localhost:4443/system_advanced_admin.php, I make a change to the ssh port listener, and save it and I get:
The changes have been applied successfully.
One moment...redirecting to https://localhost/system_advanced_admin.php in 20 seconds.
I then need to adjust the URL to continue.
2.0RC3
Updated by Chris Buechler about 14 years ago
- Status changed from New to Closed
works as it should, if a non-default port is specified that's where the redirect goes, if there isn't a port specified it goes to the default port for that protocol. That can break SSH forwarded connections where the port is different from the actual port, but that's not supported (if you want to attach a patch it can be committed).