paulcwarren / spring-content

Cloud-Native Storage and Enterprise Content Services (ECMS) for Spring
https://paulcwarren.github.io/spring-content/
Apache License 2.0
267 stars 65 forks source link

Multipart request to create entity and content in single request fails with http 400 #1892

Closed NielsCW closed 4 months ago

NielsCW commented 5 months ago

Describe the bug Performing a multipart/form-data request to the endpoint to create entity and content in single request fails with 400 Bad Request

To Reproduce

The application fails at this line because the Content-Type header has value multipart/form-data;boundary=8c...37;charset=UTF-8

Expected behavior Succeeding to create entity with a 201 Created

tgeens commented 5 months ago

Note there are 2 parameters appended to the Content-Type, which are not covered by spring-content mockmvc-based tests: