5 users online. Create an account or sign in to join them.Users
Do not force port to 80 in class.gateway.php when no port is set
A for , submitted by Alistair on 27 October 2009
Announcement
Symphony's issue tracker has been moved to Github.
Issues are displayed here for reference only and cannot be created or edited.
Browse
Closed#158: Do not force port to 80 in class.gateway.php when no port is set
This issue is closed.
The port should only be explicitly set when it is present in the supplied
URL. E.G.http://blah.com/script.phpwould not have the port set, letting the destination server default to a port based on scheme, where ashttp://blah.com:1234/script.phpwould have it set to 1234.