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
@ -743,14 +743,17 @@ public class MockHttpServletResponse implements HttpServletResponse {
@@ -743,14 +743,17 @@ public class MockHttpServletResponse implements HttpServletResponse {
@ -743,14 +743,17 @@ public class MockHttpServletResponse implements HttpServletResponse {
@@ -743,14 +743,17 @@ public class MockHttpServletResponse implements HttpServletResponse {