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
Thanks for the report. I've reproduced the behaviour and suspect that it's due to the changes made for spring-projects/spring-framework#26400. Can you confirm that you're using Spring Framework 5.3.4 or later? It'd also be useful to know the version of Spring REST Docs that you're using as well.
wilkinsona
changed the title
generates duplicate fields in multipart request
Duplicate parts in generated snippets for multipart requests
Jan 10, 2022
wilkinsona
changed the title
Duplicate parts in generated snippets for multipart requests
Duplicate parts in generated snippets for multipart requests documented with MockMvc
Jan 10, 2022
Hi.
I have this test method that documents multipart request:
The generated curl document for this api is like this:
so some of multipart fields are duplicated.
And also for http one:
The text was updated successfully, but these errors were encountered: