b640797de1
Motivation: A Malformed empty header value (e.g. Content-Type: \r\n) will trigger a String index out of range while trying to parse the multi-part request, using the HttpPostMultipartRequestDecoder. Modification: Ensure that the substring() method is called passing the endValue >= valueStart. In case of an empty header value, the empty header value associated with the header key will be returned. Result: Fixes #7620 |
||
---|---|---|
.. | ||
main/java/io/netty/handler/codec | ||
test |