Rossen Stoyanchev opened SPR-8420 and commented
This involves configuring a list of ordered RequestedMediaTypesResolver types and then using it to configure:
RequestMappingHandlerMapping (for "produces")
RequestMappingHandlerAdapter (for @ResponseBody)
ContentNegotiatingViewResolver for view resolution
Currently we don't configure a ContentNegotiatingViewResolver through @EnableWebMvc. However, once content negotiation options have been provided it would be quite easy to do so. Such a resolver is always ordered at 0.
Affects: 3.1 M1
This issue is a sub-task of #13057
Issue Links:
Referenced from: commits 64d939b, 028e15f