Project

General

Profile

Actions

Bug #1623

closed

Redirect in System : Advanced loses port number

Added by Bill McGonigle about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Start date:
06/27/2011
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
All

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

Actions #1

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).

Actions

Also available in: Atom PDF