UndertowLogger.ROOT_LOGGER.invalidRedirectURI(e);
}
}
// Use a new redirect each time as different clients could be requesting the console with different host names
final RedirectHandler redirectHandler = new RedirectHandler(location);
redirectHandler.handleRequest(exchange);
}
private String assembleURI(final String scheme, final NetworkInterfaceBinding interfaceBinding, final int port, final int defaultPort, final HttpServerExchange exchange)
throws URISyntaxException {
final int p = (port != defaultPort ? port : -1);