Explorar el Código

Update WebContext.java

MaxKey hace 4 años
padre
commit
6cad4e7f7d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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() ;
         }