mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 17:49:02 +00:00
Revert Servlet TRACE error dispatch workaround
Closes gh-36258
This commit is contained in:
@@ -971,10 +971,7 @@ public abstract class FrameworkServlet extends HttpServletBean implements Applic
|
||||
return;
|
||||
}
|
||||
}
|
||||
// Work around until https://github.com/jakartaee/servlet/pull/545 is fixed and in use
|
||||
if (request.getDispatcherType() != DispatcherType.ERROR) {
|
||||
super.doTrace(request, response);
|
||||
}
|
||||
super.doTrace(request, response);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user