Spring Backport of ContentDisposition fixes to HttpHeaders

ContentDisposition was created in 5.0, supporting all Content-Disposition types including "form-data", "inline" and "att...

Spring YamlPropertiesFactoryBean has empty string returned when empty array value is present in the YAML document

This is related to #21310.I'm using the latest spring boot version 2.2.6 and latest spring cloud config version 2.2.2.I...

Spring 24901 - Fix to handle static part of path variable URI mappings performance

Currently Spring webmvc looks up direct URLs and fall back to evaluating every URL mapped if there is no exact match bas...

Spring Request Mapping url with path variable matching to handler is expensive

Affects: 4.3.x and 5.xWhen request mapping URLs have path variables (e.g. /api/fetchbyid/{id}) and if a component has th...

Spring Update advice on contentLength() in subclasses of InputStreamResource

bademus opened SPR-16445 and commentedIt seems the bug was introduced in #16633org.springframework.http.converter.Resour...

Spring Simplify if-else constructions in spring-web

Removed redundant else-s in ReadOnlyHttpHeaders.java and in ResponseEntity.javaComment From: sbrannenThanks for the PR.F...

Spring Remove potentially confusing kotlin-reflect related log message

When using Spring Boot 2.2.6.RELEASE in Java, and I add a dependency that is written in Kotlin, Spring mentions org.spri...

Spring Simplify substring() usage in MimeTypeUtils

Removed redundant if-constructions and unnecessary variable declaration.Comment From: mikaelparsekyanI did the changes.C...

Spring WebClientHateoasConfiguration has runtime dependency upon spring-test

The WebClientHateoasConfiguration has a runtime dependency upon spring-test. I'm not sure if this is working as designed...

Spring spring-test HtmlUnit does not recognize files for multipart uploading [SPR-13979]

Stephen Liang opened SPR-13979 and commentedOverviewThe params method in HtmlUnitRequestBuilder does not check if a para...

Spring "http://www.springframework.org/schema/beans/spring-beans-4.3.xsd" is not accessible and cause application fails to start-up

The below is the stack trace([DEBUG]) o.s.b.f.x.ResourceEntityResolver: Could not resolve XML entity [http://www.springf...

Spring Avoid unnecessary String instantiation in StringUtils.deleteAny()

When I was reading https://github.com/spring-projects/spring-framework/pull/24870, I noticed that String instantiation i...

Spring Simplify some control flow code

@sbrannen Thank youlink #24907 Comment From: sbrannenThis has been merged into master.ThanksComment From: Deycoesrthank ...

Spring Simplify some control flow code

I found some control flow code can be simplifyComment From: pivotal-issuemaster@Deycoesr Please sign the Contributor Lic...

Spring MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header

Affects: 5.0.2 - 5.2.5The latest versions of spring-test since 5.0.2 don't include the IPV6 address in the getRequestURL...

Spring change default Charset to UTF_8

for internationalization@pivotal-issuemaster This is an Obvious FixComment From: pivotal-issuemaster@wordfeng Please sig...

Spring Fix Javadoc link in DefaultCorsProcessor

Fixed a Javadoc link in DefaultCorsProcessor.The Javadoc of DefaultCorsProcessor#checkMethods mistakenly pointed to Cors...

Spring Introduce onlyNumbers() method in StringUtils

Hi!I create a new static method on SpringUtilsSometimes I need to compare Strings or their size in a condition and for t...

Spring DefaultMessageListenerContainer does not recover from broken connections [SPR-2370]

Craig Day opened SPR-2370 and commentedIf a connection is ever closed underneath a DefaultMessageListenerContainer, the ...

Spring Fix support of @ControllerAdvice registrations in the MockMvcBuilders standalone setup [SPR-17542]

Benoit BERAUD opened SPR-17542 and commentedMockMvcBuilders is supposed to support any kind of @ControllerAdvice (see #1...
上一页 下一页
.