spring-framework/spring-test
Brian Clozel b6a5402d88 Fix multiple Content-Language values in MockHttpServletResponse
Prior to this commit, `MockHttpServletResponse` would only support
adding a `Content-Language` once. Adding multiple header values would
always replace the content-language property in the response and the
entire header value.

This commit ensures that this behavior is supported.

Fixes gh-34488
2025-02-25 17:11:37 +01:00
..
src Fix multiple Content-Language values in MockHttpServletResponse 2025-02-25 17:11:37 +01:00
.springBeans
spring-test.gradle Introduce @⁠EasyMockBean bean override example 2024-09-18 17:10:06 +02:00