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
Describe the bug
Due to changes related to spring-projects/spring-framework#27697, the DefaultFilterInvocationSecurityMetadataSourceTests.unknownHttpMethodIsRejected test now fails. HttpMethod now supports custom methods, so UNKNOWN is no longer considered an invalid method.
To Reproduce
Run DefaultFilterInvocationSecurityMetadataSourceTests.unknownHttpMethodIsRejected.
Expected behavior
Tests should pass on main. To follow spring-framework, this test should be removed.
The text was updated successfully, but these errors were encountered:
Describe the bug
Due to changes related to spring-projects/spring-framework#27697, the
DefaultFilterInvocationSecurityMetadataSourceTests.unknownHttpMethodIsRejected
test now fails.HttpMethod
now supports custom methods, soUNKNOWN
is no longer considered an invalid method.To Reproduce
Run
DefaultFilterInvocationSecurityMetadataSourceTests.unknownHttpMethodIsRejected
.Expected behavior
Tests should pass on
main
. To follow spring-framework, this test should be removed.The text was updated successfully, but these errors were encountered: