spring-framework/spring-webmvc/src
Brian Clozel 28f9adf88e Simplify media files detection in WebMvcConfigurationSupport
Prior to this commit, `WebMvcConfigurationSupport` would configure file
extensions/media types registrations based on classpath detection.
Since gh-33894, the detection of message converters is located in a
single place, `HttpMessageConverters`.

This commit updates the `WebMvcConfigurationSupport` to use the actual
message converters configured to decide which file extensions should be
set up for content negotiation.

See gh-33894
2025-06-27 15:06:32 +02:00
..
main Simplify media files detection in WebMvcConfigurationSupport 2025-06-27 15:06:32 +02:00
test Simplify media files detection in WebMvcConfigurationSupport 2025-06-27 15:06:32 +02:00