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
We were already using a fork of 1.3.4 containing #1312 . I added #1777 to our fork.
So it's ok for us if it is only merged on 1.4.x.
But it would be really nice if someone could take a look at #1312 😊 🙏
odrotbohm
changed the title
HAL Forms template does not support MultipartFile parameter
MultipartFile parameter must not be added as template variable
May 10, 2022
I've merged and back-ported this into 1.5 and 1.4. I've slightly tweaked the implementation to also skip the MultipartFile instances even if non-null values are handed into the dummy method invocation.
I use Spring HATEOAS 1.3.4.
Given:
Performing:
Produces:
As you can see, the
target
property is not valid because offile
parameter.The text was updated successfully, but these errors were encountered: