You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The equals and hashCode implementation of PathPatternRequestMatcher was altered in #17337
The current implementation of PathPatternRequestMatcher has a non-final field RequestMatcher method.
A setter is present for this field and is used in the Builder.
It seems like a bad practice to use non-final fields inside the equals and hashCode implementation.