spring-security/web
佚名 8dc702c80f
Add null check in CsrfFilter and CsrfWebFilter
Solve the problem that CsrfFilter and CsrfWebFilter
throws NPE exception when comparing two byte array
is equal in low JDK version.

When JDK version is lower than 1.8.0_45, method
java.security.MessageDigest#isEqual does not verify
whether the two arrays are null. And the above two
class call this method without null judgment.

ZiQiang Zhao<1694392889@qq.com>

Closes gh-9561
2021-04-09 21:57:14 -06:00
..
src Add null check in CsrfFilter and CsrfWebFilter 2021-04-09 21:57:14 -06:00
spring-security-web.gradle CsrfWebFilter supports multipart/form-data 2019-10-28 14:06:10 -05:00