* Fix webapp PortMapper lookup for SSL-only console

This commit is contained in:
zzz
2012-01-02 12:31:23 +00:00
parent f956539b4b
commit d8e297dde7
4 changed files with 10 additions and 4 deletions

View File

@@ -59,8 +59,6 @@ public class PortMapper {
*/
public int getPort(String service) {
int port = getPort(service, -1);
if(-1==port)
throw new RuntimeException("No port registered for service "+service);
return port;
}