100101102103104105106107108109110
return uploadUrl; } catch (Exception e) { throw new IOException(e.getMessage()); } finally { // Release current connection to the connection pool put.releaseConnection(); } } public String getSlingUrl() { return slingUrl;