|
@@ -208,7 +208,6 @@ public final class WebContext {
|
|
||httpServletRequest.getServerName().equalsIgnoreCase("localhost")) {
|
|
||httpServletRequest.getServerName().equalsIgnoreCase("localhost")) {
|
|
httpContextPath = httpServletRequest.getScheme().toLowerCase()
|
|
httpContextPath = httpServletRequest.getScheme().toLowerCase()
|
|
+ "://"+httpServletRequest.getServerName();
|
|
+ "://"+httpServletRequest.getServerName();
|
|
- httpContextPath += httpServletRequest.getContextPath();
|
|
|
|
}else {
|
|
}else {
|
|
httpContextPath = applicationConfig.getServerName() ;
|
|
httpContextPath = applicationConfig.getServerName() ;
|
|
}
|
|
}
|