[
https://issues.apache.org/jira/browse/OFBIZ-12249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359930#comment-17359930 ]
ASF subversion and git services commented on OFBIZ-12249:
---------------------------------------------------------
Commit f0ee9218736fa98176d1712f62178b7359ccd6ab in ofbiz-framework's branch refs/heads/release17.12 from Jacques Le Roux
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=f0ee921 ]
Fixed: Unexpected decoding of url encoded textarea data after submission (OFBIZ-12249)
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
Thanks: Xin Wang for report and exchanges until solution I provided
Conflicts:
UtilHttp.java:
removes unused OOTB checkURLforSpiders for simplification
removes number of cases in setResponseBrowserDefaultSecurityHeaders
not present in R17
--
This message was sent by Atlassian Jira
(v8.3.4#803005)