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 CorsConfigurationConfigurer should look up a PreFlightRequestHandler instead of a HandlerMappingIntrospector. It will still be registered under the same bean name in Framework 7, so that should remain as-is.
If a PreFlightRequestHandler is found by the given name, then safely cast it to CorsConfigurationSource and construct the CorsFilter as normal.
The text was updated successfully, but these errors were encountered:
The
CorsConfigurationConfigurer
should look up aPreFlightRequestHandler
instead of aHandlerMappingIntrospector
. It will still be registered under the same bean name in Framework 7, so that should remain as-is.If a
PreFlightRequestHandler
is found by the given name, then safely cast it toCorsConfigurationSource
and construct theCorsFilter
as normal.The text was updated successfully, but these errors were encountered: