spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Use UTF-8 by default for JSON multipart content in `ContentRequestMatchers`

Open azdanov opened this issue 1 year ago • 4 comments

This should resolve https://github.com/spring-projects/spring-framework/issues/31923

I've added default UTF-8 charset to be used in DiskFileItemFactory.

This should allow ContentRequestMatchers to correctly handle multipartData which contains unicode.

azdanov avatar Dec 29 '23 18:12 azdanov

@azdanov Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla avatar Dec 29 '23 18:12 pivotal-cla

@azdanov Thank you for signing the Contributor License Agreement!

pivotal-cla avatar Dec 29 '23 18:12 pivotal-cla

I agree, but I don't have time now. So feel free to add.

azdanov avatar Jan 15 '24 12:01 azdanov

Moving to 6.2 to avoid any regressions in a maintenance release.

rstoyanchev avatar Feb 14 '24 17:02 rstoyanchev