Bugzilla – Bug 4842
Incorrect default ports used in ServiceURL
Last modified: 2006-11-06 17:05:15
You need to log in before you can comment on or make changes to this bug.
The org.globus.wsrf.client.ServiceURL class is not using the correct default ports of 80 for http and 443 for https. It instead returns 8080 and 8443.
Updated code to return the standard ports for http and https URLs (80 and 443). Fixes committed to trunk and globus_4_0_branch.