Spring Incorrect response status when malicious form data is submitted

Affects: spring-boot 3.1.4When calling non-existing endpoint (for example: /abc) like this:curl --location --request PUT...

Spring Upgrade to JMH plugin 0.7.2

See https://github.com/melix/jmh-gradle-plugin/issues/157Comment From: snicollI've moved this to a task as the dependenc...

Spring RedirectView with framework does not honor forwarded HTTPS

We have a Spring Boot project which serves up HTML pages using Thymeleaf. This is running behind a proxy. When we use Re...

Spring ConcurrentModificationException in MockHttpServletResponse

Based on https://github.com/spring-projects/spring-security/issues/7224#issuecomment-520936156 by @rwinch:There appears...

Spring Fix link in Javadoc of ConfigurableMockMvcBuilder

Associated commit: https://github.com/spring-projects/spring-framework/commit/e57b942b4daeb5133ffc36c948ca6198d910d6d6#d...

Spring WebClientResponseException.getResponseBodyAsString() returns an empty String

Affects: 5.3.22webClient.get().uri(orderPreviewFunction(request)).header(HeaderConstants.Middleware.CALL_ID, callIdProvi...

Spring Improve method validation support for errors on elements within a container

Expands on the validation behaviour added as part of the work for https://github.com/spring-projects/spring-framework/is...

Spring Add status handler to recognize unknown status codes outside of 4xx/5…

…xx and throw an UnknownHttpStatusCodeExceptionorg.springframework.web.reactive.function.client.UnknownHttpStatusCodeExc...

Spring Extract annotation utilities into separate, public dependency

This is a feature request.As a developer,I want to use Spring's powerful annotation utility classes (e.g. AnnotationUtil...

Spring ResponseEntityExceptionHandler.createProblemDetail not using default detail

Affects: \<6.0.13>Use CaseI'm using the method org.springframework.web.reactive.result.method.annotation.ResponseE...

Spring Vulnerability found in latest version of spring framework v5.3.30

Recently in september the new version for major version 5.3 was released which was v5.3.30 many vulnerabilities were res...

Spring DefaultMessageListenerContainer shutdown hangs when using AMQ client with prefetch 0 [SPR-15579]

Doug Harmon opened SPR-15579 and commentedJDK 1.8.0_112spring-jms-4.3.8.RELEASE.jaractivemq-client-5.14.5.jarWhen using ...

Spring TestCompiler should allow to configure the Locale that renders compiler messages

As discovered by #31407, we can't reliably test messages from the compiler as they are rendered by the default locale at...

Spring Revert Locale support for TestCompiler

Unfortunately, https://github.com/spring-projects/spring-framework/issues/31408 needs to be reverted as we didn't find a...

Spring Introduce CompilationException::getDiagnosticCode

Fix TestCompilerTests with locales other than englishSee GH-31407Comment From: snicollThanks for the PR but I don't thin...

Spring Fix TestCompilerTests with locales other than english

assertThatExceptionOfType(CompilationException.class).isThrownBy( () -> TestCompiler.forSystem...

Spring Jackson2ObjectMapperBuilderCustomizer does not support Jackson JsonReadFeature, JsonWriteFeature, StreamWriteFeature

DescriptionWhen customizing Jackson's ObjectMapper via Jackson2ObjectMapperBuilderCustomizer in Spring Boot, attempting ...

Spring RestTemplate initialization documentation in 6.0.x mentions Netty, yet no ClientHttpRequestFactory is present in the package.

Affects: 6.0.xIn the documentation of rest-clients.adoc it mentions that Netty is an option. Yet I only see this in the ...

Spring An attempt was made to call a method that does not exist.

Description:An attempt was made to call a method that does not exist. The attempt was made from the following location:c...

Spring No Such method error for Client Response rawStatusCode even when not using or calling it

Affects: 6.1.0-RC2I am using a WebClient bean to make a call to one of my services with my UAT VM environment. The envir...
上一页 下一页
.