|
|
@@ -7,11 +7,12 @@ import org.springframework.stereotype.Component;
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;
|
|
|
|
|
|
-import com.gagaframework.web.util.GagaStringUtil;
|
|
|
import com.style24.front.support.security.session.TsfSession;
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
+import com.gagaframework.web.util.GagaStringUtil;
|
|
|
+
|
|
|
/**
|
|
|
* 모든 Request에 대한 선처리
|
|
|
*
|
|
|
@@ -46,16 +47,13 @@ public class TsfDefaultInterceptor extends HandlerInterceptorAdapter {
|
|
|
// return false;
|
|
|
// }
|
|
|
//
|
|
|
-// // Set Meta Info.
|
|
|
-// policyService.setMetaInfo(FoConstants.SITE_CD);
|
|
|
-//
|
|
|
// String queryString = GagaStringUtil.convertParameterToQueryString(request.getParameterMap());
|
|
|
// if (StringUtils.isNotBlank(queryString))
|
|
|
// queryString = "?" + queryString;
|
|
|
// log.debug("queryString: [{}]", queryString);
|
|
|
-//
|
|
|
-// // Set APP Info.
|
|
|
-// this.setAppInfo(request);
|
|
|
+
|
|
|
+ // Set APP Info.
|
|
|
+ this.setAppInfo(request);
|
|
|
|
|
|
return super.preHandle(request, response, handler);
|
|
|
}
|