CorsPatchFilter NPE
Compare changes
@@ -10,6 +10,7 @@ import org.springframework.security.core.userdetails.UserDetails;
@@ -187,10 +188,12 @@ public class CorsPatchFilter extends GenericFilterBean {
Fixes a bug where the CorsPatchFilter would throw an NPE on a request without an origin header.
Resolves #242 (closed)
CorsPatchFilter::requiresHeaderPatchCheck now returns false on requests without a header.
To be filled in by the reviewers