-
Bug
-
Resolution: Duplicate
-
Major
-
1.4.11.Final
-
None
Multipart/form-data request with boundary in unquoted string parsed wrong.
I guess the problem is in io.undertow.server.handlers.form.MultiPartParserDefinition#create
at string String boundary = Headers.extractQuotedValueFromHeader(mimeType, "boundary");
may be need to use io.undertow.util.Headers#extractTokenFromHeader
In Undertow 1.4.10 bug absent