Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Are you guys technical? Do you know JAVA programming language? Do you know what GET method is?
Hi, there is not enough information to help. Can you describe in more detail what it is that you need?
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