You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Funny coincidence - I've just encountered the very same piece of code this morning, replacing it with some direct MultipartRequest support on the NativeWebRequest interface itself. We're using WebRequestDataBinder as the default binder for all @MVC processing now, so I guess that's why its deficiencies are suddenly showing now...
Dave Syer opened SPR-6136 and commented
ClassCastException in WebRequestDataBinder with MultipartRequest. In bind() method:
should be
No further details from SPR-6136
The text was updated successfully, but these errors were encountered: