1
0
-1
2 answers
- 10-1
Are you guys technical? Do you know JAVA programming language? Do you know what GET method is?
Add your comment... - 10-1
Hi, there is not enough information to help. Can you describe in more detail what it is that you need?
Add your comment...
Hello,
I have a Joget (vers 6.0.11) REST API and on GET method it doesn't decode the parameters from URL.
On your documentation I only saw encodeUrlParam:
https://dev.joget.org/community/display/KBv6/StringUtil
Please advice
What problem that you are trying to solve? Can you list down the steps?
I have a REST API and ex: http://xxxxxx?d-5153056-fn_status=Expired%2FCancelled (doesn't work with encoded value) http://xxxxxx?d-5153056-fn_status=Expired/Cancelled (works with unencoded value) I saw that somebody resolved the issue in a fork: https://github.com/fate233/uniget/blob/master/wflow-commons/src/main/java/org/joget/commons/util/StringUtil.java