https://github.com/spring-projects/spring-boot/blob/v1.5.3.RELEASE/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java http://docs.spring.io/spring-boot/docs/1.5.3.RELEASE/reference/htmlsingle/#howto-conf...
spring-projects-issuesadded thestatus: waiting-for-triageAn issue we've not yet triagedlabelAug 3, 2016 That's a strange one. The problem's unlikely to be Spring (Boot or MVC) itself as we just call the servlet container to set the response status. Can you please provide some more deta...
checkstyle.header.file- please point it to the Spring Cloud Build’s,spring-cloud-build-tools/src/main/resources/checkstyle-header.txtfile either in your cloned repo or via thehttps://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/main/resources/che...
Environment spring-boot-dependencies: 3.0.0 spring-cloud-dependencies: 2022.0.0-RC2 The error will be like java.lang.IllegalStateException: Error processing condition on org.springframework.boot.actuate.autoconfigure.observation.web.serv...
org.springframework.web.reactive.function.UnsupportedMediaTypeException: Content type 'application/octet-stream' not supported for bodyType=org.springframework.web.reactive.function.BodyInserters$$Lambda/0x0000007801a25010 at org.springf...
Spring Boot Web + Jetty (exclude Tomcat) 3.0.0 Error on startup org.springframework.context.ApplicationContextException: Unable to start web server at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefr...
Spring boot cli fails when trying to run the simple groovy web app example behind a corporate proxy. I'm having the same issue as the author of this post: http://forum.spring.io/forum/spring-projects/boot/726134-spring-boot-cli-proxy-server-configuration. Tried from Bash after 'export ...
@mmaaskIt depends on what exact level is needed to implement headers inside actual spring boot. I have very draft sample only for ws level that I implemented using my custom override built, because this class is still private: https://github.com/spring-projects/spring-boot/blob/main/spring-...
Patch on RestClient on Spring Boot 3.2.1 not working. spring-projects/spring-framework#32114 Closed wilkinsona added the for: team-meeting label Jan 25, 2024 philwebb removed the for: team-meeting label Mar 28, 2024 philwebb mentioned this issue Jun 18, 2024 Default ClientHttpRequest...
(I found similar issues but in my case even adding authorize("/error", authentication) or even authorize("/error", permitAll) doesn't help. I have no explicit session policy configuration.) When using Spring Boot 2.7.3 with Spring Securi...