거래통제 API 제공을 위한 login skip 하도록 수정.
로그인 안하면 보안문제? 해당 거래통제 거래는 인터페이스 생성후, OAuth토큰 인증 하고 들어올 예정.
This commit is contained in:
+2
-1
@@ -17,11 +17,12 @@ import org.springframework.web.servlet.ModelAndView;
|
||||
|
||||
import com.eactive.eai.agent.command.CommonCommand;
|
||||
import com.eactive.eai.rms.common.base.OnlBaseAnnotationController;
|
||||
import com.eactive.eai.rms.common.interceptor.InterceptorSkipController;
|
||||
import com.eactive.eai.rms.common.login.SessionManager;
|
||||
import com.google.gson.Gson;
|
||||
|
||||
@Controller
|
||||
public class ControlManController extends OnlBaseAnnotationController {
|
||||
public class ControlManController extends OnlBaseAnnotationController implements InterceptorSkipController {
|
||||
|
||||
private static final String RELOAD_RESTRICT_INFO_COMMAND = "com.eactive.eai.agent.restrict.ReloadRestrictInfoCommand";
|
||||
private static final String ERROR_RESULT_STATUS = "<font color='#ff0000'>에러</font>";
|
||||
|
||||
Reference in New Issue
Block a user