You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by "Ran Ziv (JIRA)" <ji...@apache.org> on 2017/05/04 12:02:04 UTC

[jira] [Created] (ARIA-205) Incorrect handling of HTTP errors when downloading scripts in the execution plugin

Ran Ziv created ARIA-205:
----------------------------

             Summary: Incorrect handling of HTTP errors when downloading scripts in the execution plugin
                 Key: ARIA-205
                 URL: https://issues.apache.org/jira/browse/ARIA-205
             Project: AriaTosca
          Issue Type: Bug
            Reporter: Ran Ziv
            Priority: Minor


When scripts are attempted to be downloaded in the execution plugin, there's handling of {{404}} errors as can be seen here:

https://github.com/apache/incubator-ariatosca/blob/master/aria/orchestrator/execution_plugin/common.py#L39

However, there is no handling of other type or errors (any non-200 code).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)