On servlet initialization, wait for URL mapping to be loaded
This prevents the root page to be served on requests with a custom domain in its URL, during servlet initialization. In other words: minimize the effect of deploying a new version. By waiting for URL routing to initialize, all requests done during the deployment of a new version will be served correctly, but with some delay.
Submitted by Elmer van Chastelet on 21 August 2018 at 16:36