|
@@ -34,6 +34,8 @@ public class LifeCenterInterCeptor extends HandlerInterceptorAdapter {
|
|
|
logger.info( "| URL : " + url + " | IP : " + LifeCenterFunction.getRemoteAddr(request) + " | Port : " + port );
|
|
|
logger.info( "|------------------------------------------------------------------|" );
|
|
|
|
|
|
+ logger.info( " sesMobileId : " + sesMId + " sesWebId : " + session + " groupIdx : " + groupIdx );
|
|
|
+
|
|
|
if ( url.contains( "/error" ) || url.contains( "/nonface/wait" ) ||
|
|
|
url.contains( "/store" ) || url.contains( "/favicon.ico" ) || url.contains( "/mobile/getAppVersion" ) ) {
|
|
|
return true;
|