Update WebContext.java

This commit is contained in:
MaxKey
2021-04-25 20:20:58 +08:00
parent cfbc7520b0
commit 6cad4e7f7d

View File

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