fix 修复 部分web异常被CryptoFilter截胡问题

2.X
疯狂的狮子Li 2024-09-29 17:42:30 +08:00
parent d2b640162f
commit 1529894830
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class CryptoFilter implements Filter {
}
}
} catch (Exception e) {
throw new RuntimeException(e);
return null;
}
return null;
}