You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jinmei Liao (Jira)" <ji...@apache.org> on 2020/01/16 19:38:00 UTC

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

Jinmei Liao created GEODE-7711:
----------------------------------

             Summary: 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
            Reporter: Jinmei Liao


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)