Skip to content

DefaultServerRequestBuilder does not respect attributes when building the ServerRequest #25106

@sergiisinelnychenko

Description

@sergiisinelnychenko

Affects: <5.2.6>

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

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions