Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
None
Description
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=TASK01
2. Add a note with content: https://example.com/a%20link
3. After submission, it will turned to be: https://example.com/a link
Attachments
Attachments
Issue Links
- causes
-
OFBIZ-12273 IndexOutOfBoundsException on Entity Import
- Closed