This commit is contained in:
wangw 2025-03-27 11:31:10 +08:00
parent d42a6025d9
commit a122213abe
1 changed files with 1 additions and 1 deletions

View File

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