mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Merge branch '6.0.x'
This commit is contained in:
@@ -982,7 +982,10 @@ public abstract class FrameworkServlet extends HttpServletBean implements Applic
|
||||
return;
|
||||
}
|
||||
}
|
||||
super.doTrace(request, response);
|
||||
// Work around until https://github.com/jakartaee/servlet/pull/545 is fixed and in use
|
||||
if (request.getDispatcherType() != DispatcherType.ERROR) {
|
||||
super.doTrace(request, response);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user