Skip to content

Reactive response URL-rewriting mechanism [SPR-14529] #19098

@spring-projects-issues

Description

@spring-projects-issues

Daniel Fernández opened SPR-14529 and commented

Spring MVC-based applications make quite a lot of use of the URL-rewriting mechanism available at HttpServletResponse#encodeUrl(). This is normally done in a transparent way by the template engine.

This URL-rewriting mechanism allows the usage of several resource-management-oriented techniques, as well as of course setting URL-based session ids like ;jsessionid=x in case browser cookies are disabled.

I cannot find anything similar to this in ServerHttpResponse, so I suppose this is something not implemented yet. And probably not to be until a later milestone, but I need it for Thymeleaf's new Spring Reactive-specific link builder (in charge of building @{...} expressions), so I would like to keep track of when this gets implemented :)


Affects: 5.0 M1

Issue Links:

Referenced from: commits 7193686

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions