Skip to content

Commit

Permalink
Debug output for connection details
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Sep 5, 2024
1 parent ce02795 commit 9b83a45
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,12 @@ public Future<EventRetrievalResult> getUnrolledResult4download() {
}

void afterRender() {
System.out.println("Server Name: " + request.getServerName());
System.out.println("Server Port: " + request.getServerPort());
System.out.println("Local Port: " + request.getLocalPort());
System.out.println("Is Secure: " + request.isSecure());
System.out.println("Path: " + request.getPath());
System.out.println("Remote Host: " + request.getRemoteHost());
javaScriptSupport.require("gepi/base").invoke("setuptooltips");
javaScriptSupport.require("gepi/charts/data").invoke("setDataUrl").with(resources.createEventLink("loadDataToClient").toAbsoluteURI(productionMode));
javaScriptSupport.require("gepi/pages/index").invoke("setupDownloadUrlCopyButton");
Expand Down

0 comments on commit 9b83a45

Please sign in to comment.