You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the Javadoc for javax.servlet.ServletResponse.setLocale(Locale) does not state how a null value for the supplied Locale should be handled, both Tomcat and Jetty simply ignore a null value.
We will therefore do the same in MockHttpServletResponse.