Spring AsyncServerResponse interoperability issue with path variables

Affects: \5.3.2There is an interoperability issue with the new AsyncServerResponse and routing functions. I tried to cre...

Spring Wrong HttpServletMapping used on INCLUDE in UrlPathHelper.skipServletPathDetermination

Affects: 5.3.1In UrlPathHelper.skipServletPathDetermination() the servlet mapping from the request is used. But if the r...

Spring Ability to correlate ByteBuf leak records to log messages for a specific request

When Netty's ResourceLeakDetector prints a report about leaked buffers, there is currently no way to match those to log ...

Spring Ability to correlate ByteBuf leak records to log messages for a specific request

Backport of gh-26230Comment From: rstoyanchevI will not backport this for now due to changes in the PooledDataBuffer int...

Spring Feature Request: support object mapping application/x-www-form-urlencoded requests in WebFlux

When handling a application/x-www-form-urlencoded request, the FormHttpMessageReadercan only decode them to a MultiValue...

Spring Will interface"Cache" support "put" with TTL ?

as cache without ttl may cause dos problem (depends on developer ) and sometimes may want cache keys invalid after a pe...

Spring Kotlin extensions for WebClient.ResponseSpec

Comment From: pivotal-issuemaster@mplain Please sign the Contributor License Agreement!Click here to manually synchroniz...

Spring Initialize Webclient via defaultRequest callback based on Reactor Context

Affects: spring-webfluxPlease consider moving creation ClientRequest during creating exchange() of Webclients inside Mon...

Spring Add in the 'Build from Source' page: what must be the minimum or/and specific Gradle version to develop Spring

In the Build from Source section/page, it has the Build from the Command Line section, in case the developer has many Gr...

Spring @Modifing not supported by vavr integration

I'm working with spring-boot 2.3.5.RELEASE and vavr 0.10.3 and I have this error when I try to invoke the method disable...

Spring 新提交

Comment From: pivotal-issuemaster@cxyxd Please sign the Contributor License Agreement!Click here to manually synchronize...

Spring WebClient memory leak on DataBufferLimitException

We are using spring-webflux:5.3.1. When we hit data buffer limit and get DataBufferLimitException we see the following i...

Spring ReactiveElasticsearchOperations does not have option to include request_cache path param in search request

Elastic search provides an option to add a path param to any search queries called _request_cache=true which enables it...

Spring Improve ResourceArrayPropertyEditor time complexity

The previous implementation uses ArrayList for storing resolvedresources and ArrayList has O(n) time complexity for the ...

Spring MimeType.checkParameters() high processing time

Affects: Spring Boot 2.0.1 RELEASE, Spring Framework 5.0.5 RELEASEIssue Description: In a highly concurrent environment(...

Spring MockMvc ignores MultipartFile registrations when both files and parts are registered

In my code I am doing something like:mockMvc.multipart(DOCUMENTS, uuid) { file(MockMultipartFile("file", ...

Spring ResponseEntity<StreamingResponseBody> Exception Handling Issues

SummaryWhen using @ExceptionHandler (or @ControllerAdvice), exceptions thrown while writing to a StreamingResponseBody a...

Spring FlightRecorderApplicationStartup exception on processing Http Request

Spring Boot 2.4.0-RC1 application with 1. applicationStartup(new FlightRecorderApplicationStartup())2. web mvc controlle...

Spring Mention security consideration in ForwardedHeaderFilter javadoc

See https://github.com/spring-projects/spring-framework/pull/23582#issuecomment-725911525We should elaborate about secur...

Spring new interface exposes inner response for testing

In my production setup, I use ServerResponse.async, and in tests, I need to access the wrapped CompletableFuture&lt;Ser...
上一页 下一页
.