Skip to content

Avoid package cycle caused by use of UriComponentsBuilder in ServletServerHttpRequest #35952

@rstoyanchev

Description

@rstoyanchev

Both ServlertServerHttpRequest classes in org.springframework.http, a lower level package, use UriComponentsBuilder from the higher level org.springframework.web package. It's an isolated case of fallback handling of URISyntaxException where we could probably find an alternative for.

The cycle was introduced in 6.2 with #30489.

Metadata

Metadata

Assignees

Labels

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions