-
Notifications
You must be signed in to change notification settings - Fork 38.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultipartParser should respect read position #31110
Milestone
Comments
sdeleuze
added
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: task
A general task
labels
Aug 24, 2023
I'll check that |
@sdeleuze I think that |
poutsma
changed the title
Determine why Reactor Netty 2 multipart tests fail
MultipartParser should respect read position
Sep 15, 2023
poutsma
added
type: bug
A general bug
for: backport-to-5.3.x
and removed
type: task
A general task
labels
Sep 15, 2023
github-actions
bot
added
status: backported
An issue that has been backported to maintenance branches
and removed
for: backport-to-5.3.x
labels
Sep 15, 2023
poutsma
removed
the
status: backported
An issue that has been backported to maintenance branches
label
Sep 15, 2023
In retrospect, it appears that this issue does not occur in 5.3.x, so #31240 was closed as invalid. |
poutsma
added a commit
that referenced
this issue
Sep 15, 2023
This commit ensures that the MultipartParser takes a buffer's read position into account. Closes gh-31110
poutsma
added a commit
that referenced
this issue
Sep 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: