Browse Source

Update WebContext.java

MaxKey 4 năm trước cách đây
mục cha
commit
6cad4e7f7d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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() ;
         }