Configure ErrorReportValve not to report stack traces
See gh-11790
This commit is contained in:
committed by
Andy Wilkinson
parent
4c001e8d56
commit
29736e340e
@@ -231,8 +231,8 @@ public class TomcatEmbeddedServletContainerFactory
|
||||
|
||||
});
|
||||
ServletContextInitializer[] initializersToUse = mergeInitializers(initializers);
|
||||
configureContext(context, initializersToUse);
|
||||
host.addChild(context);
|
||||
configureContext(context, initializersToUse);
|
||||
postProcessContext(context);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user