Skip to content
Snippets Groups Projects
Commit 3f3fcdaf authored by Sonia Zorba's avatar Sonia Zorba
Browse files

DownloadController bugfix

parent dcdba415
No related branches found
No related tags found
No related merge requests found
Pipeline #5297 passed
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment