Commit 3f3fcdaf authored by Sonia Zorba's avatar Sonia Zorba
Browse files

DownloadController bugfix

parent dcdba415
Loading
Loading
Loading
Loading
Loading
+1 −0
Changes for vospace-ui-backend/src/main/java/it/inaf/ia2/vospace/ui/controller/DownloadController.java: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ public class DownloadController {

        Protocol httpProtocol = new Protocol();
        httpProtocol.setUri("ivo://ivoa.net/vospace/core#httpget");
        transfer.getProtocols().add(httpProtocol);

        Protocol httpsProtocol = new Protocol();
        httpsProtocol.setUri("ivo://ivoa.net/vospace/core#httpsget");