Spring Multipart boundary should strip quotes

Affects: 5.3.3Library: spring-webAlthough uncommon, some HTTP clients will quote the multipart boundary value. This does...

Spring Issue got on server

getting the following exception on server, when using webfluxhappened for 7 api calls (request-response)encountered the ...

Spring DefaultMessageListenerContainer stops listening [SPR-4938]

Tom Lambrechts opened SPR-4938 and commentedDefaultMessageListenerContainer stops listening because all listener threads...

Spring Property placeholder in bean class name results exception but bean is instantiated afterwards

Affects: 4.3.30, 5.2.13, 5.3.4I tried all three, same result.I have a Spring Web Application. The root context is loaded...

Spring Header content-type not enforcing charset

Hi,after upgrading from Spring boot 2.3.1.RELEASE to 2.4.2 it seems the value for the content-type header isn't fully va...

Spring Add missing nullable annotation to ResponseEntity ok convenience method

I noticed that the convenience method ResponseEntity.ok which also takes a body and delegates it to ResponseEntity.body ...

Spring MultipartBodyBuilder doesn't set filename in ContentDisposition when associated to FilePart

Affects: 5.3.4When I create a MultiValueMap with a MultipartBodyBuilder, the filename associated to the FilePart I use i...

Spring Improve Javadoc of RestOperations#exchange for responses without a body

Affects: spring-web:5.3.4The various RestTemplate.exchange() methods do not mark the parameter Class<T> responseTy...

Spring OncePerRequestFilter.isAsyncDispatch may return a NPE

This is a follow-up ticket for as request in #26282 where OncePerRequestFilter.isAsyncDispatch might NPE.In our case we ...

Spring Improve handling of malformed Accept header for @ExceptionHandler methods

Used versionspring-boot: 2.2.4spring-web: 5.2.3The issueIf the clients send a malformed Accept header, then the server w...

Spring Fix handling of "file:" paths to non-existent files on Windows

On Windows, for setAsText, if the text argument is a file: URL for a path that does not exist, Paths.get(text) is called...

Spring ClassLoader.getResource can throw IllegalArgumentException

ClassLoader.getResource can throw IllegalArgumentException if a malformed URL is provided to it.According to its javadoc...

Spring XML request body cannot be deserialised by Spring web 5 with javax.xml.bind.annotation

Hello, when upgrading SpringBoot from 1.x to 2.x, Restful apis which consumes xml as request body are broken because va...

Spring Allow RestTemplate JSON MessageMappers to take higher precedence than XML ones (even if XML mapping libraries are present)

Affects: Spring Framework (web) < 5.3.1While improving an existing architectural component (used by many microservic...

Spring Correctly set auto-growing array's element

The implementation of AbstractNestablePropertyAccessor.processKeyedProperty results in a java.lang.IllegalArgumentExcept...

Spring URL and HTTP method in rest client exception message

Dear team,This is a followup of a discussion in a past PR: https://github.com/spring-projects/spring-framework/pull/1956...

Spring Change in behaviour for cron expression with day of the week range starting with SUN

Affects: Spring Framework 5.3Before Spring 5.3 the parse for cron expressions had a different behaviour for the day of t...

Spring Update OncePerRequestFilter.isAsyncDispatch to use HttpServletRequest.getDispatcherType()

To ensure that the OncePerRequestFilter works when the servlet API is used directly it would be nice to update OncePerRe...

Spring Document all supported SpringProperties keys in the reference manual

OverviewAs a follow-up to #26492, we should document all known, supported properties that can be used with SpringPropert...

Spring AnnotatedElementUtils.getMergedAnnotationAttributes() does not work as expected for 'value' annotation attribute

Affects: 5.2.8.RELEASEHello, I have a problem with correctly resolving annotations data when the default value field is ...
上一页 下一页
.