bug 5191: final check in for the enhancement to make the console proxy domain configurable

status 5191: resolved fixed
This commit is contained in:
abhishek 2010-09-27 11:27:48 -07:00
parent 72243c8382
commit 6f9e327d0b

View File

@ -45,6 +45,7 @@ public class ConsoleProxyInfo {
}
else
sb.append(".realhostip.com");
proxyAddress = sb.toString();
proxyPort = port;
this.proxyUrlPort = proxyUrlPort;