Information
Setting crossContext to true allows for an application to call ServletConext.getContext to return a dispatcher for another application.
Allowing crossContext creates the possibility for a malicious application to make requests to a restricted application.
Solution
In all context.xml, set the crossContext attribute to false.
By default crossContext has a value of false.