Hi; In code base, several classes use thread context class loader via calling getContextClassLoader method (For Example : In ServicePool class uses Thread.currentThread().getContextClassLoader(); ) without checking Security Manager
Is it necessary to call this method within Priviledge Action? And moreover, what happens if this method returns null ? PS : Sorry for my questions if it seems stupid. I just try to understand the internal of the code base. Thanks; --Gurkan
