spring-framework/spring-web
Brian Clozel e8f71ab5ef Simplify HttpHeaders constructor
As of gh-33913, `HttpHeaders` does not implement the `MultiValueMap`
contract anymore, so we can take this opportunity to simplify one of the
constructors to not consider that the argument could be an `HttpHeaders`
instance. This case is already covered by the other constructor.

See gh-33913
2025-02-06 14:37:16 +01:00
..
src Simplify HttpHeaders constructor 2025-02-06 14:37:16 +01:00
spring-web.gradle Fix the build 2025-01-16 08:11:49 +01:00