spring-security/web
佚名 87ed527023
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>
2021-04-09 21:43:19 -06:00
..
src Add null check in CsrfFilter and CsrfWebFilter 2021-04-09 21:43:19 -06:00
spring-security-web.gradle add management platform(project(":spring-security-dependencies")) 2021-04-05 10:36:36 -05:00