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/MultipartProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,8 @@ public class MultipartProperties {
81
81
privatebooleanresolveLazily = false;
82
82
83
83
/**
84
-
* Whether to resolve the multipart request strictly comply with the Servlet specification,
85
-
* only kicking in for "multipart/form-data" requests.
84
+
* Whether to resolve the multipart request strictly comply with the Servlet
85
+
* specification, only to be used for "multipart/form-data" requests.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/servlet/MultipartAutoConfigurationTests.java
0 commit comments