Simple utility class used to provide public access to the protected getClassContext() method of SecurityManager
142143144145146147148149150151152
* classloader. In this case we attach to this root. * </p> **/ private URLHandlers() { m_sm = new SecurityManagerEx(); synchronized (URL.class) { URLStreamHandlerFactory currentFactory = null; try {