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
After #419, HttpSecurityLambdaDsl is called as part of Spring Security 6.1, and covers authorizeRequests -- but, Spring Security 5.8 will have already swapped authorizeRequests for authorizeHttpRequests. So, relevant methods invocations are missed.
Will commit a fix shortly
The text was updated successfully, but these errors were encountered:
nmck257
changed the title
authorizeHttpRequests missed by (Server)HttpSecurityLambdaDsl
authorizeHttpRequests missed by HttpSecurityLambdaDsl
Oct 5, 2023
After #419,
HttpSecurityLambdaDsl
is called as part of Spring Security 6.1, and coversauthorizeRequests
-- but, Spring Security 5.8 will have already swappedauthorizeRequests
forauthorizeHttpRequests
. So, relevant methods invocations are missed.Will commit a fix shortly
The text was updated successfully, but these errors were encountered: