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

DownloadController bugfix

parent dcdba415
Loading
Loading
Loading
Loading
Loading
+1 −0
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");