-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Milestone
Description
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:
- DispatcherPortlet should forward to view for ResourceRequest [SPR-9876] #14509 DispatcherPortlet should forward to view for ResourceRequest
- Spring Portlet MVC - Unable to return JSON data from @ResourceMapping [SPR-7344] #12003 Spring Portlet MVC - Unable to return JSON data from
@ResourceMapping
Backported to: 3.2.6
1 votes, 3 watchers
Metadata
Metadata
Assignees
Labels
status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug