提交 6cad4e7f 编写于 作者: M MaxKey

Update WebContext.java

上级 cfbc7520
......@@ -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() ;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册