Spring Inconsistent Behaviour for @RequestParam MultiValueMap<T, T> and @RequestParam Collection<T> with Delimiter String

When @RequestParam Collection&lt;T&gt; is used, the DelimitedStringToCollectionConverter class is in the ConverterRegist...

Spring Response body available in both message and exception

ObservationWhen the status code is unknown a message will be constructed but the thrown exception does not contain the b...

Spring Http method interceptor to handle method not allowed [SPR-17227]

Philip Kaufmann opened SPR-17227 and commentedHello thereIn our daily work with http resources, we found it very useful ...

Spring Fix @Timed annotation (Make it meta-annotation)

The javadoc of the @Timed annotation says: "This annotation may be used as a meta-annotation to create custom composed a...

Spring Fix meta-annotations: @Timed and @Repeat

The javadoc of the annotations @Timed &amp; @Repeat says: "This annotation may be used as a meta-annotation to create cu...

Spring Support for byte-range requests in Servlet Functional endpoints

Right now in Spring MVC and WebFlux we support byte-range requests for Resource response bodies. This is supported by i...

Spring Extend WebClient with createException(HttpStatus code)

It would be nice if you could extend WebClient with createException(HttpStatus code).Because eg I have an external webse...

Spring ShallowETagHeaderFilter (still) overwrites ETag and Content-Length

Affects: Spring 5.2.4.RELEASEHello,Despite #22797 and #23775, the ShallowETagHeaderFilter keeps overwriting ETag and Con...

Spring Remove UTF-8 charset parameter from Content-Type in SseEmitter

SseEmitter is adding header "Content-type:text/event-stream;charset=UTF-8".Golang revproxy is expecting header "Content-...

Spring Avoid unnecessary sorting overhead

Hi,this PR avoids some unnecessary sorting overhead (e.g. if the collection is too small) for methods that are repeatabl...

Spring Multipart/related support in Spring Webclient

HiIs multipart/related supported in spring webclient?I am trying to create multipart/related mime request using webclien...

Spring Fix URL to Spring Tools for Eclipse

The page of the url of Spring Tool Suite is 404.I found that deleting the last string of "/sts", page can reach the Spri...

Spring Polish ReactorResourceFactory

This PR polishes ReactorResourceFactory a bit.Comment From: sbrannenThis has been merged into master.Thanks

Spring CVEs on io.netty dependencies

Spring Framework version2.2.4.RELEASEHi,I found io.netty 4.1.45/44 that is used in your project has some security proble...

Spring Spring Tools 4 is now!

The website Spring Tool Suite is not found.Comment From: snicollThank you for the PR but we already have one for that, ...

Spring ShallowETagHeaderFilter overwrites ETag

Affects: 5.2.0.RELEASEInside a @Controller I set the ETag and Cache-control header:String etag = ...if (webRequest.check...

Spring Disable ShallowEtagHeaderFilter when ETag handled in application

Affects: 5.1.6.RELEASEHello,I am working on a web application that serves some files stored in AWS S3, acting as a proxy...

Spring Release version 5.1.0.RELEASE

create the branch for recording some annotations when reading source code Comment From: pivotal-issuemaster@flasherwang ...

Spring Support multipart/related and multipart/mixed MediaTypes in RestTemplate

Affects: \At the moment, the RestTemplate posts multipart with Content-Type: multipart/form-data. We have a requirement ...

Spring Improve Javadoc of URI related options in WebClient.Builder

Affects: \Please see a demo .public static void main(String args[]){ DefaultUriBuilderFactory uriBuilderFactory = new...
上一页 下一页
.