Skip to content

Refactor InternalResourceView to expose getRequestDispatcher for overriding [SPR-7118] #11778

@spring-projects-issues

Description

@spring-projects-issues

Kenny MacLeod opened SPR-7118 and commented

InternalResourceView obtains the RequestDispatcher within the renderMergedOutputModel. Please refactor this so that this logic to done by a protected getRequestDispatcher method, allowing subclasses to override the means by which the RequestDispatcher is located.

Use case: getting the RequestDispatcher from a different ServletContext.


Affects: 3.0.2

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