Commit 3becdc7
committed
File tree
Expand file treeCollapse file tree
37 files changed
+161
-125
lines changedOpen diff view settings
Filter options
- core/spring-boot-autoconfigure/src/main
- java/org/springframework/boot/autoconfigure/web
- resources/META-INF
- documentation/spring-boot-docs/src/docs/antora/modules
- how-to/pages
- reference/pages/web
- integration-test/spring-boot-actuator-integration-tests/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation
- module
- spring-boot-devtools/src/test/java/org/springframework/boot/devtools/autoconfigure
- spring-boot-tomcat/src
- main/java/org/springframework/boot/tomcat/autoconfigure
- test/java/org/springframework/boot/tomcat/autoconfigure
- spring-boot-web-server/src/main
- java/org/springframework/boot/web/server/autoconfigure
- resources/META-INF
- spring-boot-webflux/src
- main/java/org/springframework/boot/webflux/autoconfigure/error
- test/java/org/springframework/boot/webflux/autoconfigure/error
- spring-boot-webmvc-test/src/main/java/org/springframework/boot/webmvc/test/autoconfigure
- spring-boot-webmvc/src
- main/java/org/springframework/boot/webmvc/autoconfigure
- actuate/web
- error
- test/java/org/springframework/boot/webmvc/autoconfigure
- actuate/web
- error
- smoke-test
- spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity
- spring-boot-smoke-test-actuator-extension/src/test/java/smoketest/actuator/extension
- spring-boot-smoke-test-actuator-ui/src/test/java/smoketest/actuator/ui
- spring-boot-smoke-test-actuator/src/test/resources
- spring-boot-smoke-test-web-secure/src/test/java/smoketest/web/secure
- spring-boot-smoke-test-webflux/src/test/java/smoketest/webflux
Expand file treeCollapse file tree
37 files changed
+161
-125
lines changedOpen diff view settings
Collapse file
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebProperties.java
Copy file name to clipboardExpand all lines: core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/WebProperties.java+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
| ||
50 | 51 | |
51 | 52 | |
52 | 53 | |
| 54 | + |
| 55 | + |
| 56 | + |
53 | 57 | |
54 | 58 | |
55 | 59 | |
| ||
66 | 70 | |
67 | 71 | |
68 | 72 | |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
69 | 77 | |
70 | 78 | |
71 | 79 | |
|
Collapse file
core/spring-boot-autoconfigure/src/main/resources/META-INF/spring-devtools.properties
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
| 2 | + |
| 3 | + |
| 4 | + |
2 | 5 | |
3 | 6 | |
Collapse file
documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/spring-mvc.adoc
Copy file name to clipboardExpand all lines: documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/spring-mvc.adoc+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
247 | 247 | |
248 | 248 | |
249 | 249 | |
250 | | - |
| 250 | + |
251 | 251 | |
252 | 252 | |
253 | 253 | |
|
Collapse file
documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/web/reactive.adoc
Copy file name to clipboardExpand all lines: documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/web/reactive.adoc+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
325 | 325 | |
326 | 326 | |
327 | 327 | |
328 | | - |
| 328 | + |
329 | 329 | |
330 | 330 | |
331 | 331 | |
|
Collapse file
documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/web/servlet.adoc
Copy file name to clipboardExpand all lines: documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/web/servlet.adoc+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
636 | 636 | |
637 | 637 | |
638 | 638 | |
639 | | - |
| 639 | + |
640 | 640 | |
641 | 641 | |
642 | 642 | |
|
Collapse file
integration-test/spring-boot-actuator-integration-tests/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/AbstractWebEndpointIntegrationTests.java
Copy file name to clipboardExpand all lines: integration-test/spring-boot-actuator-integration-tests/src/test/java/org/springframework/boot/actuate/endpoint/web/annotation/AbstractWebEndpointIntegrationTests.java+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
706 | 706 | |
707 | 707 | |
708 | 708 | |
709 | | - |
| 709 | + |
710 | 710 | |
711 | 711 | |
712 | 712 | |
|
Collapse file
module/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: module/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfigurationTests.java+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
286 | 286 | |
287 | 287 | |
288 | 288 | |
289 | | - |
290 | | - |
| 289 | + |
291 | 290 | |
292 | 291 | |
293 | 292 | |
|
Collapse file
module/spring-boot-tomcat/src/main/java/org/springframework/boot/tomcat/autoconfigure/TomcatWebServerConfiguration.java
Copy file name to clipboardExpand all lines: module/spring-boot-tomcat/src/main/java/org/springframework/boot/tomcat/autoconfigure/TomcatWebServerConfiguration.java+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
24 | 26 | |
25 | 27 | |
26 | 28 | |
| ||
39 | 41 | |
40 | 42 | |
41 | 43 | |
| 44 | + |
42 | 45 | |
43 | 46 | |
44 | 47 | |
45 | 48 | |
46 | | - |
47 | | - |
| 49 | + |
| 50 | + |
48 | 51 | |
49 | 52 | |
50 | 53 | |
|
Collapse file
module/spring-boot-tomcat/src/main/java/org/springframework/boot/tomcat/autoconfigure/TomcatWebServerFactoryCustomizer.java
Copy file name to clipboardExpand all lines: module/spring-boot-tomcat/src/main/java/org/springframework/boot/tomcat/autoconfigure/TomcatWebServerFactoryCustomizer.java+6-2Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
| 37 | + |
37 | 38 | |
38 | 39 | |
39 | 40 | |
| ||
77 | 78 | |
78 | 79 | |
79 | 80 | |
| 81 | + |
| 82 | + |
80 | 83 | |
81 | | - |
| 84 | + |
82 | 85 | |
83 | 86 | |
84 | 87 | |
| 88 | + |
85 | 89 | |
86 | 90 | |
87 | 91 | |
| ||
161 | 165 | |
162 | 166 | |
163 | 167 | |
164 | | - |
| 168 | + |
165 | 169 | |
166 | 170 | |
167 | 171 | |
|
Collapse file
module/spring-boot-tomcat/src/test/java/org/springframework/boot/tomcat/autoconfigure/TomcatWebServerFactoryCustomizerTests.java
Copy file name to clipboardExpand all lines: module/spring-boot-tomcat/src/test/java/org/springframework/boot/tomcat/autoconfigure/TomcatWebServerFactoryCustomizerTests.java+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
| 37 | + |
37 | 38 | |
38 | 39 | |
39 | 40 | |
| ||
74 | 75 | |
75 | 76 | |
76 | 77 | |
| 78 | + |
| 79 | + |
77 | 80 | |
78 | 81 | |
79 | 82 | |
80 | 83 | |
81 | 84 | |
82 | 85 | |
83 | | - |
| 86 | + |
84 | 87 | |
85 | 88 | |
86 | 89 | |
|
0 commit comments