Commit e93f61ba authored by Stephane Nicoll's avatar Stephane Nicoll

Calling delegate on LoaderHidingResource#close()

Closes gh-10025
parent b8a209e6
......@@ -747,7 +747,7 @@ public class JettyServletWebServerFactory extends AbstractServletWebServerFactor
@Override
public void close() {
close();
this.delegate.close();
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment