Bläddra i källkod

Update WebContext.java

MaxKey 4 år sedan
förälder
incheckning
6cad4e7f7d
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      maxkey-core/src/main/java/org/maxkey/web/WebContext.java

+ 0 - 1
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() ;
         }