main
parent
ed97c3d18c
commit
ea0e962507
|
|
@ -13,7 +13,7 @@ import com.bmc.thirdparty.org.springframework.beans.factory.annotation.Autowired
|
||||||
*/
|
*/
|
||||||
@Component
|
@Component
|
||||||
public class RssoInterceptor implements HandlerInterceptor {
|
public class RssoInterceptor implements HandlerInterceptor {
|
||||||
private final static boolean DEBUG = true;
|
private final static boolean DEBUG = false;
|
||||||
private final Rsso rsso;
|
private final Rsso rsso;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue