}
InputStream propertyStream = classLoader
.getResourceAsStream(GFAC_PROPERTY);
properties = new Properties();
if(credentials == null){
this.credentials = new MyProxyCredentials();
}
if (propertyStream != null) {
properties.load(propertyStream);
rewriteValues(webinfDir);