Spring Lenient handling of unencoded URIs in ForwardedHeaderTransformer

Currently ForwardedHeaderTransformer assumes the url is url encoded which is not necessarily the case.I experienced an i...

Spring Support DispatcherType.INCLUDE in DefaultServletHttpRequestHandler

When serving static resources by enabling the DefaultServletHttpRequestHandler you will get an IllegalStateException (Re...

Spring SseEmitter should format a multiline String

The ServerSentEventHttpMessageWriter (used in Webflux but not MVC I think) has some logic to deal with multiline string ...

Spring CGLIB proxy classes are no longer cached properly

Affects:- Spring 6.0.10 / Spring Boot 3.0.10 - it also works when overwriting the Spring version to 6.0.11 using the pr...

Spring Support @Autowired HttpServletResponse in request-scoped beans

Affects: 5.2.0.RELEASEThe following should work for request scoped beans: @Component @RequestScope public class...

Spring CGLIB forwarding broken for package-visible method on @Repository bean [SPR-15911]

Michel Jung opened SPR-15911 and commentedPosted in https://stackoverflow.com/questions/45955727/autowired-field-is-null...

Spring TransactionAspectSupport: order of commit/cleanup actions

Hello! I am migrating a project from Spring 3.x to Spring 4.3.25. The project I am working with has an expectation that ...

Spring Beans with @EventListener gets instantiated when event is sent even if the beans are not used [SPR-16998]

Chris K. opened SPR-16998 and commentedWe use Spring in context with Vaadin 8.2 with the Spring addon.Each View is a Spr...

Spring Allow class attribute for XML bean definitions together with factory-bean

Affects: spring-beans-5.2.0Please allow the class attribute for XML bean definitions which define the factory-bean attri...

Spring Unable to resolve persistence unit root URL with LocalContainerEntityManagerFactoryBean [SPR-15304]

Mark Anderson opened SPR-15304 and commentedWhen using LocalContainerEntityManagerFactoryBean without any JPA xml config...

Spring Incorrect ContextClassLoader for CommonJ WorkManager worker threads when Quartz Scheduler is used [SPR-11125]

Peter H opened SPR-11125 and commentedWhen Quartz Scheduler is configured to utilize the CommonJ WorkManager, worker (Wo...

Spring Simplify ServerRequestExtensions.queryParamOrNull()

What this PR is about isNull value processing has been modified more concisely.While I was looking at the implementation...

Spring what is recommended log level for org.springframework packages

when I destroy bean, I can not check error log.my logback configuration is<logger name="com.company" level=...

Spring Strange BeanFactory#isPrototype side effects

When calling BeanFactory#isPrototype during bean post-processing, beans seem to disappear, causing the context to fail t...

Spring 'Caused by: java.lang.NegativeArraySizeException: null' on RabbitMQ Listener [SPR-17026]

Veit Guna opened SPR-17026 and commentedHi.We're running a high load REST service using Oracle JDK 1.8.0_162, Tomcat 7.0...

Spring Allow form:options tag outside of form:select tag

The options tag can be useful, even if dynamic form binding is not utilized. It would work, except that OptionsTag expli...

Spring Do not swallow exception cause when context refresh fails [SPR-17549]

Jake Robb opened SPR-17549 and commentedI have a bean that is failing to initialize and throwing an exception. The cause...

Spring Add support for SpringBeanAutowiringSupport in Spring MVC Test [SPR-15102]

Andreas Andersen Kjaer opened SPR-15102 and commentedI am using Spring MVC for REST communication and Hibernate for hand...

Spring Add ability to specify request mapping within @RestController [SPR-17047]

Nemykin Roman opened SPR-17047 and commentedOften spring application has rest API and usually we have some controller@Re...

Spring eager @Scoped beans [SPR-17157]

Caleb Cushing opened SPR-17157 and commentedI tried this, but including the autowired HttpServletRequest@Bean@RequestSco...
上一页 下一页
.