- Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Based on spring-projects/spring-boot#33623.
Tomcat disables TRACE requests by default, which results in a 405. Spring Boot handles the resulting ERROR dispatch, and FrameworkServlet delegates to its parent for doTrace handling as usual. The result is in an error response with HTTP TRACE (instead of error) details in the body.
The issue will be fixed at the Servlet level with jakartaee/servlet#545, possibly for Servlet 6.1, but meanwhile we can apply a temporary fix in FrameworkServlet.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement