mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
Update WebContext.java
This commit is contained in:
@@ -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() ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user