Xin Wang created OFBIZ-12249:
--------------------------------
Summary: Unexpected decoding of url encoded textarea data after submission
Key: OFBIZ-12249
URL:
https://issues.apache.org/jira/browse/OFBIZ-12249 Project: OFBiz
Issue Type: Bug
Affects Versions: Trunk
Reporter: Xin Wang
When trying to add a note to WorkEffort entity, I found that url encoded characters are unescaped, which is not expected.
e.g.:
1. Go to page:
https://demo-trunk.ofbiz.apache.org/workeffort/control/EditWorkEffortNotes?workEffortId=TASK012. Add a note with content:
https://example.com/a%20link3. After submission, it will turned to be:
https://example.com/a link
--
This message was sent by Atlassian Jira
(v8.3.4#803005)