The RequestFilterValve class is not affected by this issue.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1059409 13f79535-47bb-0310-9956-
ffa450edef68
}
// Check the allow patterns, if any
- if (allow != null & allow.matcher(property).matches()) {
+ if (allow != null && allow.matcher(property).matches()) {
return true;
}
Provide additional control over component class loaders, primarily for
use when embedding. (markt)
</add>
+ <fix>
+ Fix NPE in RemoteAddrFilter, RemoteHostFilter. (kkolinko)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">