Nineya
Home
Blog
Spring Incorrect response status when malicious form data is submitted
2025-01-08 20:49:30
1067
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
2025-01-08 20:49:27
149
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
2025-01-08 20:49:24
6533
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
2025-01-08 20:49:21
1926
Based on https://github.com/spring-projects/spring-security/issues/7224#issuecomment-520936156 by @rwinch:There appears...
Spring Fix link in Javadoc of ConfigurableMockMvcBuilder
2025-01-08 20:49:18
588
Associated commit: https://github.com/spring-projects/spring-framework/commit/e57b942b4daeb5133ffc36c948ca6198d910d6d6#d...
Spring WebClientResponseException.getResponseBodyAsString() returns an empty String
2025-01-08 20:49:15
4283
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
2025-01-08 20:49:12
824
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…
2025-01-08 20:49:10
1453
…xx and throw an UnknownHttpStatusCodeExceptionorg.springframework.web.reactive.function.client.UnknownHttpStatusCodeExc...
Spring Extract annotation utilities into separate, public dependency
2025-01-08 20:49:07
4540
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
2025-01-08 20:49:03
4271
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
2025-01-08 20:49:00
862
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]
2025-01-08 20:48:57
2664
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
2025-01-08 20:48:54
307
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
2025-01-08 20:48:51
325
Unfortunately, https://github.com/spring-projects/spring-framework/issues/31408 needs to be reverted as we didn't find a...
Spring Introduce CompilationException::getDiagnosticCode
2025-01-08 20:48:49
376
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
2025-01-08 20:48:46
4404
assertThatExceptionOfType(CompilationException.class).isThrownBy( () -> TestCompiler.forSystem...
Spring Jackson2ObjectMapperBuilderCustomizer does not support Jackson JsonReadFeature, JsonWriteFeature, StreamWriteFeature
2025-01-08 20:48:13
4144
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.
2025-01-08 20:48:10
670
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.
2025-01-08 20:48:07
1509
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
2025-01-08 20:48:04
38638
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...
上一页
下一页
1
…
1269
1270
1271
1272
1273
…
2246
.