|
@@ -9,11 +9,12 @@ import org.springframework.stereotype.Component;
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;
|
|
import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;
|
|
|
|
|
|
|
|
-import com.gagaframework.web.util.GagaStringUtil;
|
|
|
|
|
import com.style24.front.support.security.session.TsfSession;
|
|
import com.style24.front.support.security.session.TsfSession;
|
|
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
|
|
|
|
+import com.gagaframework.web.util.GagaStringUtil;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 모든 Request에 대한 선처리
|
|
* 모든 Request에 대한 선처리
|
|
|
*
|
|
*
|
|
@@ -28,9 +29,6 @@ public class TsfDefaultInterceptor extends HandlerInterceptorAdapter {
|
|
|
|
|
|
|
|
// @Autowired
|
|
// @Autowired
|
|
|
// private TsfPolicyService policyService;
|
|
// private TsfPolicyService policyService;
|
|
|
-
|
|
|
|
|
- @Autowired
|
|
|
|
|
- private Environment env;
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private Environment env;
|
|
private Environment env;
|