You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/01/17 19:20:00 UTC

[jira] [Commented] (GEODE-7711) gfsh command over http failed when command has url encoded patterns in it.

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

ASF subversion and git services commented on GEODE-7711:
--------------------------------------------------------

Commit eec309028e7acd99aedf040ff59bf2c5fa64fd5c in geode's branch refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=eec3090 ]

GEODE-7711: remove unnecessary decoding step after server receives the command (#4600)

* url encoding/decoming should have been done by spring framework

> gfsh command over http failed when command has url encoded patterns in it.
> --------------------------------------------------------------------------
>
>                 Key: GEODE-7711
>                 URL: https://issues.apache.org/jira/browse/GEODE-7711
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>    Affects Versions: 1.11.0
>            Reporter: Jinmei Liao
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> when using gfsh connect over http, the following command would fail:
> create async-event-queue --id=myAEQ --listener=myApp.myListener --listener-param=db_url#host,username#db_user,password#abdfg012%dgadf 
> The issue is related to % in the password. Removing % from password solved the issue. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)