Jelajahi Sumber

Update WebContext.java

MaxKey 4 tahun lalu
induk
melakukan
6cad4e7f7d
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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() ;
         }