spring-framework/spring-test
Scheidter,Ryan 84200f3141 Treat null path as non-matching pattern in AntPathMatcher
Prior to this commit, a null path supplied to the isPattern(), match(),
and matchStart() methods in AntPathMatcher resulted in a
NullPointerException.

This commit addresses this by treating a `null` path as a non-matching
pattern.

Closes gh-23297
2019-07-17 16:53:47 +02:00
..
src Treat null path as non-matching pattern in AntPathMatcher 2019-07-17 16:53:47 +02:00
.springBeans
spring-test.gradle Execute test suite in Gradle using JUnit Platform 2019-07-13 19:13:33 +02:00