You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -309,18 +309,18 @@ public static class Contentnegotiation {
309
309
privatebooleanfavorParameter = false;
310
310
311
311
/**
312
-
* Map file extensions to media types for content negotiation. For instance, yml
313
-
* to text/yaml.
312
+
* Query parameter name to use when "favor-parameter" is enabled.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfigurationTests.java
0 commit comments