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)