Browse Source
Prior to this commit, `MockHttpServletResponse#setHeader` would not remove the header entry when given a `null` value, as documented in the Servlet API. This commit ensures that this behavior is enforced. Fixes gh-344666.1.x
3 changed files with 24 additions and 2 deletions
Loading…
Reference in new issue