Skip to content

In spring MVC portlet, @resourceMapping doesn't work. [SPR-10791] #15417

@spring-projects-issues

Description

@spring-projects-issues

Laurent CHARLOIS opened SPR-10791 and commented

Using a method like this :
@ResourceMapping(value = "homeTemplate")
public @ResponseBody
ModelAndView homeTemplate() {
return new ModelAndView("home");
}

Return a blank response.

In 3.1.2 it works fine.


Affects: 3.1.3, 3.1.4

Issue Links:

Backported to: 3.2.6

1 votes, 3 watchers

Metadata

Metadata

Assignees

Labels

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