[jira] [Comment Edited] (OFBIZ-12249) Unexpected decoding of url encoded textarea data after submission

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-12249) Unexpected decoding of url encoded textarea data after submission

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-12249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358168#comment-17358168 ]

Jacques Le Roux edited comment on OFBIZ-12249 at 6/6/21, 5:02 PM:
------------------------------------------------------------------

What is the problem you are crossing? 

It  works for me. The idea is: in the textarea, strings (separated by spaces) are either valid URLs then don't use canonicalizeParameter; or not then use canonicalizeParameter, as it was before.

!Image 005.png!


was (Author: jacques.le.roux):
What is the problem you are crossing? 

It  works for me. The idea is: in the textarea, strings (separated by spaces) are either valid URLs (beware for {{UrlValidator.getInstance().isValid(s)}} example.com is not a valid domain) then don't use canonicalizeParameter else use it, as it was before.

!Image 005.png!

> 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
>            Assignee: Jacques Le Roux
>            Priority: Major
>         Attachments: Image 005.png, OFBIZ-12249.patch
>
>
> 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
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)