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
Unfortunately, if the spring boot project runs on cloud foundry, the ReactiveCloudFoundryActuatorAutoConfiguration will activate and will cause the StrictWebExchangeFirewall to be reset to more strict mode again.
Uh oh!
There was an error while loading. Please reload this page.
Spring Security does not use the
ServerWebExchangeFirewall
Bean when exposed.We should fix this, but in the meantime users can leverage a
BeanPostProcessor
approach.Related #15989 #15975
The text was updated successfully, but these errors were encountered: