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
spring-webflux. The class org.springframework.web.reactive.function.server.DefaultServerRequestBuilder does not respect attributes when building the org.springframework.web.reactive.function.server.ServerRequest.
When you use ServerRequest.from(initialRequest) .attribute("somename", "somevalue") .build();
the resulting ServerRequest does not have the attribute specified. Could be easily tracked by source code