Commit 8056579b authored by Sara Bertocco's avatar Sara Bertocco
Browse files

New name NodeProperties.getNodePropertyByURI becomes NodeProperties.getNodePropertiesListByURI

parent 31002aaf
Loading
Loading
Loading
Loading
+1 −1
Changes for src/main/java/it/inaf/oats/vospace/UriService.java: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class UriService {
        // TODO add token for authenticated access
        String endpoint = fileServiceUrl + relativePath + "?jobId=" + job.getJobId();

        if (!"true".equals(NodeProperties.getNodePropertyByURI(node, NodeProperties.PUBLIC_READ_URI))) {
        if (!"true".equals(NodeProperties.getNodePropertiesListByURI(node, NodeProperties.PUBLIC_READ_URI))) {
            endpoint += "&token=" + getEndpointToken(fileServiceUrl + relativePath);
        }