6.0.0-alpha12
6/12/25

[#9712] login ignores server port (https)
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

History
03/30/2011 06:35:41 AM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
03/30/2011 06:35:34 AM Git Commit Comment #4 Reply to this comment
Changes have been made in Git for this ticket:

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
03/29/2011 07:17:15 AM tanner (at) gmx (dot) de Comment #3 Reply to this comment
I tracked it down to login.php:158
$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/"
03/29/2011 05:40:16 AM Michael Slusarz Comment #2
Priority ⇒ 1. Low
State ⇒ Feedback
Reply to this comment
I don't see this - login works fine for me.  You will need to track 
down which redirect is broken itself for us to debug further.
03/24/2011 10:31:10 PM tanner (at) gmx (dot) de Comment #1
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ login ignores server port (https)
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
I have horde running with use_ssl=2 on a non-standard https port
$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.

Saved Queries