Skip to content

MarshallingView should explicitly skip BindingResult when searching for a model object [SPR-11417] #16044

@spring-projects-issues

Description

@spring-projects-issues
Collaborator

Juergen Hoeller opened SPR-11417 and commented

A couple of custom MarshallingView extensions do the very same thing: They explicitly skip BindingResult when searching for a model object.

http://syspeak.googlecode.com/svn/trunk/SysPeak/apps/MakerEAP/workflow/src/main/java/com/syspeak/modules/spring/web/servlet/view/xml/FilterMarshallingView.java
http://my-channel-web.googlecode.com/svn/trunk/my-channel-web/src/com/winxuan/channel/support/view/xml/IgnoreBindingMarshalingView.java
http://www.cnblogs.com/hoojo/archive/2011/04/29/2032609.html

There seems to be nothing wrong with doing that out of the box, since it's unlikely that somebody intends to render a BindingResult as XML...


Affects: 3.2.7, 4.0.1

Referenced from: commits 6f58491, b223e6e

Backported to: 3.2.8

Activity

spring-projects-issues

spring-projects-issues commented on Feb 12, 2014

@spring-projects-issues
CollaboratorAuthor

Juergen Hoeller commented

Fixed now through an explicit BindingResult check, but only for multi-element model Maps. If the only element we have is a BindingResult, we'll still pass it on the Marshaller... just in case.

Juergen

added this to the 4.0.2 milestone on Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

status: backportedAn issue that has been backported to maintenance branchestype: enhancementA general enhancement

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @jhoeller@spring-projects-issues

      Issue actions

        MarshallingView should explicitly skip BindingResult when searching for a model object [SPR-11417] · Issue #16044 · spring-projects/spring-framework