df1d4dcd10
__Motivation__ `HttpUtil#normalizeAndGetContentLength()` throws `StringIndexOutOfBoundsException` for empty `content-length` values, it should instead throw `IllegalArgumentException` for all invalid values. __Modification__ - Throw `IllegalArgumentException` if the `content-length` value is empty. - Add tests __Result__ Fixes https://github.com/netty/netty/issues/11408 |
||
---|---|---|
.. | ||
src | ||
pom.xml |