You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/01 22:33:01 UTC

[jira] [Commented] (AIRFLOW-4240) State changing actions shouldn't be GET requests

    [ https://issues.apache.org/jira/browse/AIRFLOW-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831294#comment-16831294 ] 

ASF subversion and git services commented on AIRFLOW-4240:
----------------------------------------------------------

Commit 52b121797b328383cd39905ef762fc79e2e6a653 in airflow's branch refs/heads/master from Chris McLennon
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=52b1217 ]

[AIRFLOW-4450] Fix request arguments in has_dag_access (#5220)

has_dag_access needs to use request arguments from both
request.args and request.form.

This is related to the changes made in AIRFLOW-4240/#5039.

> State changing actions shouldn't be GET requests
> ------------------------------------------------
>
>                 Key: AIRFLOW-4240
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4240
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Ash Berlin-Taylor
>            Assignee: Ash Berlin-Taylor
>            Priority: Major
>             Fix For: 1.10.3
>
>
> We have a number of actions which perform actions (trigger, clear, etc) that are performed over GET requests.
> That should be avoided as browsers/corporate proxies might prefetch the URLs causing things to behave oddly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)