Skip to content

DispatcherPortlet should forward to view for ResourceRequest [SPR-9876] #14509

@spring-projects-issues

Description

@spring-projects-issues

Eric Dalquist opened SPR-9876 and commented

The portlet specification allows for most of the interesting HttpServletResponse.set* methods to be mapped back to the corresponding ResourceResponse methods but ONLY if the portlet uses PortletRequestDisptacher.forward. If include is used the HttpServletResponse.set* methods are ignored.

This is especially important when using special views such as Jackson or CSV where a specific content-type or other headers need to be set.


Affects: 3.1.2

Issue Links:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions