diff --git a/maxkey-core/src/main/java/org/maxkey/web/WebContext.java b/maxkey-core/src/main/java/org/maxkey/web/WebContext.java index 9627acea5..4a55a718b 100644 --- a/maxkey-core/src/main/java/org/maxkey/web/WebContext.java +++ b/maxkey-core/src/main/java/org/maxkey/web/WebContext.java @@ -208,7 +208,6 @@ public final class WebContext { ||httpServletRequest.getServerName().equalsIgnoreCase("localhost")) { httpContextPath = httpServletRequest.getScheme().toLowerCase() + "://"+httpServletRequest.getServerName(); - httpContextPath += httpServletRequest.getContextPath(); }else { httpContextPath = applicationConfig.getServerName() ; }