Summary | login ignores server port (https) |
Queue | IMP |
Queue Version | 5.0-RC1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | tanner (at) gmx (dot) de |
Created | 03/24/2011 (5194 days ago) |
Due | |
Updated | 03/30/2011 (5188 days ago) |
Assigned | 03/29/2011 (5189 days ago) |
Resolved | 03/30/2011 (5188 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9712: Fix adding port to certain urls passed to Horde::url()3 files changed, 37 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/f65adc40d3ee69bada1bb633e03789874f3e64d8
$horde_login_url =
Horde::url(_addAnchor($url_in->remove(session_name()), 'url', $vars),
true);
and
Horde::url("https://sub.myhost.com:1443/imp/", true)
-> "https://sub.myhost.com/imp/"
Priority ⇒ 1. Low
State ⇒ Feedback
down which redirect is broken itself for us to debug further.
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ login ignores server port (https)
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
$conf['server']['port'] = '1443'
everthing works fine except for the login to IMP.
after the login I'm redirected to https://myhost/imp
instead of https://myhost:1443/imp
When I manually add the port, I can access IMP.