Skip to content

MultipartParser should respect read position #31110

@sdeleuze

Description

@sdeleuze

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]]"

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions