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 GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/10 22:50:00 UTC

[jira] [Commented] (AIRFLOW-1238) Connections CLI doesn't decode percent encodings

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

ASF GitHub Bot commented on AIRFLOW-1238:
-----------------------------------------

stale[bot] commented on pull request #3605: [AIRFLOW-1238] Decode URL-encoded characters.
URL: https://github.com/apache/airflow/pull/3605
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Connections CLI doesn't decode percent encodings
> ------------------------------------------------
>
>                 Key: AIRFLOW-1238
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1238
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: 1.8.1
>            Reporter: John Zeringue
>            Assignee: Matt Chapman
>            Priority: Minor
>
> For example, {{airflow connections -a --conn_id my_connection --conn_uri https://my%20username:my%20password@mydomain.com}} should create a connection with username {{my username}} and password {{my password}}. Instead, it creates a connection with username {{my%20username}} and password {{my%20password}}.
> As it stands now, email usernames (which have an {{@}}) or passwords with special characters like {{p@$$word}} can't be specified from the CLI either.



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