You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2021/07/25 02:02:59 UTC

[airavata-data-lake] branch master updated: Fixing a typo in mft download handler

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-data-lake.git


The following commit(s) were added to refs/heads/master by this push:
     new 858e708  Fixing a typo in mft download handler
858e708 is described below

commit 858e708620106309c57d521c80eefdc83cd89acd
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Sat Jul 24 22:02:23 2021 -0400

    Fixing a typo in mft download handler
---
 .../airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/java/org/apache/airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java b/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/java/org/apache/airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java
index 556bd1e..6ea1c52 100644
--- a/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/java/org/apache/airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java
+++ b/data-orchestrator/data-orchestrator-service/data-orchestrator-api-server/src/main/java/org/apache/airavata/datalake/orchestrator/handlers/mft/MFTRequestHandler.java
@@ -56,7 +56,7 @@ public class MFTRequestHandler {
     @org.springframework.beans.factory.annotation.Value("${drms.port}")
     private int drmsPort;
 
-    @GetMapping("/mftdownlaod/{resourceid}")
+    @GetMapping("/mftdownload/{resourceid}")
     public MFTDownloadResponse mftDownload(@PathVariable String resourceid) throws Exception {
 
         logger.info("MFT download request to resource {}", resourceid);