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
Some of the methods on WebFluxTags handle a nullServerWebExchange and some do not. This is largely pointless as DefaultWebFluxTagsProvider.httpRequestTags(ServerWebExchange, Throwable) calls them all with the same exchange argument. As far as I know the exchange can never be null so I think we can make things consistent by removing the handling of a null exchange.