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
As a follow-up for #31095, we should explore potentially with @violetagg why Spring multipart tests fail with Reactor Netty 2. Could be due to Netty 5 adding additional EOL characters, see below the typical error we observe:
expected:
"FormBean[fieldValue,[fileParts:foo.txt,fileParts:logo.png]]"
but was:
"FormBean[fieldValue
,[fileParts:foo.txt,fileParts:logo.png]]"
The text was updated successfully, but these errors were encountered:
As a follow-up for #31095, we should explore potentially with @violetagg why Spring multipart tests fail with Reactor Netty 2. Could be due to Netty 5 adding additional EOL characters, see below the typical error we observe:
The text was updated successfully, but these errors were encountered: