csrf filter 부분 proxy 대응
This commit is contained in:
@@ -19,10 +19,10 @@ public class EntityServiceLoggingAspect {
|
||||
|
||||
@Before("executionEntityServicePointcut()")
|
||||
public void entityService(JoinPoint joinPoint) {
|
||||
Logger logger = LoggerFactory.getLogger(joinPoint.getSignature().getDeclaringType());
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("{}", joinPoint.getSignature().toShortString());
|
||||
}
|
||||
// Logger logger = LoggerFactory.getLogger(joinPoint.getSignature().getDeclaringType());
|
||||
// if (logger.isDebugEnabled()) {
|
||||
// logger.debug("{}", joinPoint.getSignature().toShortString());
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user