-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore null Locale in MockHttpServletResponse #26493
Labels
in: test
Issues in the test module
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Comments
sbrannen
added
in: test
Issues in the test module
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
labels
Feb 2, 2021
This was referenced Mar 7, 2021
Merged
This was referenced Mar 14, 2021
This was referenced Mar 15, 2021
Open
sbrannen
added a commit
that referenced
this issue
Jul 29, 2021
lxbzmy
pushed a commit
to lxbzmy/spring-framework
that referenced
this issue
Mar 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: test
Issues in the test module
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
This is a follow-up to #26488.
Although the Javadoc for
javax.servlet.ServletResponse.setLocale(Locale)
does not state how anull
value for the suppliedLocale
should be handled, both Tomcat and Jetty simply ignore anull
value.We will therefore do the same in
MockHttpServletResponse
.The text was updated successfully, but these errors were encountered: