Remove Spring MVC path extension content negotiation
See gh-34036
This commit is contained in:
@@ -176,8 +176,7 @@ class ResourceWebHandlerTests {
|
||||
assertResponseBody(exchange, "foo bar foo bar foo bar");
|
||||
}
|
||||
|
||||
@Test
|
||||
// SPR-14577
|
||||
@Test // SPR-14577
|
||||
void getMediaTypeWithFavorPathExtensionOff() throws Exception {
|
||||
List<Resource> paths = List.of(new ClassPathResource("test/", getClass()));
|
||||
ResourceWebHandler handler = new ResourceWebHandler();
|
||||
|
||||
Reference in New Issue
Block a user