Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5d6907c5d2
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue