mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Merge branch '2.0.x'
This commit is contained in:
+2
-1
@@ -109,7 +109,8 @@ final class DispatcherServletHandlerMappings {
|
||||
Container child = context.findChild(name);
|
||||
if (child instanceof StandardWrapper) {
|
||||
try {
|
||||
((StandardWrapper) child).allocate();
|
||||
StandardWrapper wrapper = (StandardWrapper) child;
|
||||
wrapper.deallocate(wrapper.allocate());
|
||||
}
|
||||
catch (ServletException ex) {
|
||||
// Continue
|
||||
|
||||
Reference in New Issue
Block a user