This commit is contained in:
wangw 2025-03-27 11:08:03 +08:00
parent 43afa5b4a2
commit 2e0ec0178f
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ public class ControllerAspect {
}
String params = JSONObject.toJSONString(args);
if(params.contains("jndi:rmi:")){
return new RuntimeException("gun");
}
// 执行被拦截的方法
Object result = pjp.proceed();
long end = System.currentTimeMillis();