We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853b13f commit fd80e97Copy full SHA for fd80e97
spring-web/src/test/java/org/springframework/http/ContentDispositionTests.java
@@ -181,7 +181,7 @@ void parseWithExtraSemicolons() {
181
}
182
183
@Test
184
- void parseAttributesCaseIgnore() {
+ void parseAttributesCaseInsensitively() {
185
ContentDisposition cd = ContentDisposition.parse("form-data; Name=\"foo\"; FileName=\"bar.txt\"");
186
assertThat(cd.getName()).isEqualTo("foo");
187
assertThat(cd.getFilename()).isEqualTo("bar.txt");
0 commit comments