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:
@@ -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