Merge branch '6.0.x'
This commit is contained in:
commit
2864c12887
|
|
@ -982,7 +982,10 @@ public abstract class FrameworkServlet extends HttpServletBean implements Applic
|
||||||
return;
|
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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue