Closed
Description
Expected Behavior
Non-Reactive Spring Security has a DelegatingRequestMatcherHeaderWriter
Current Behavior
There is no implementation of ServerHttpHeadersWriter
which allows the user to write certain headers for only certain paths.
Context
I am trying to not have one endpoint set X-Frame-Options
, which you can do in non-reactive Spring Security using a DelegatingRequestMatcherHeaderWriter
.