2
0
MaxKey 4 жил өмнө
parent
commit
6cad4e7f7d

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