218219220221222223224225226
servletContext.getResource(path); } catch (final MalformedURLException e) { throw new ScimpiException(e); } throw new ScimpiNotFoundException("Cannot find file " + path); } return in; }
200201202203204205206207208
201202203204205206207208209