mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Set favorPathExtension to false by default
Applies a change that was intended in #23915 but wasn't. Closes gh-26119
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ public class ContentNegotiationManagerFactoryBean
|
||||
|
||||
private String parameterName = "format";
|
||||
|
||||
private boolean favorPathExtension = true;
|
||||
private boolean favorPathExtension = false;
|
||||
|
||||
private Map<String, MediaType> mediaTypes = new HashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user