spring-framework/spring-web
Brian Clozel 83c19cd60e Fix NPE when calling NettyHeadersAdapter.add()
Prior to this commit, the `NettyHeadersAdapter` would directly delegate
the `add()` and `set()` calls to the adapted
`io.netty.handler.codec.http.HttpHeaders`. This implementation rejects
`null` values with exceptions.

This commit aligns the behavior here with other implementations, by not
rejecting null values but simply ignoring them.

Fixes gh-26274
2020-12-15 13:23:53 +01:00
..
src Fix NPE when calling NettyHeadersAdapter.add() 2020-12-15 13:23:53 +01:00
spring-web.gradle Upgrade to Netty 4.1.53 and Tomcat 9.0.39 2020-10-16 12:20:15 +02:00