fix 修复 部分web异常被CryptoFilter截胡问题
This commit is contained in:
parent
39c4e5fe55
commit
e96118c574
|
|
@ -99,7 +99,7 @@ public class CryptoFilter implements Filter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
return null;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue