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

Gil Portenseigne commented on OFBIZ-5847:
-----------------------------------------

To ease the inquiry, it happens here :
In framework/widget/src/org/ofbiz/widget/WidgetWorker.java l.75 canonicalize 
method. :

        localRequestName = 
StringUtil.defaultWebEncoder.canonicalize(localRequestName);

Where defaultWebEncoder initialized in StringUtil :
        List<Codec> codecList = Arrays.asList(new HTMLEntityCodec(), new 
PercentCodec());
        defaultWebEncoder = new DefaultEncoder(codecList);

The codec HTMLEntityCodec made it happen. 



> If define the &amp; and combine with "part" that encode to ∂
> ------------------------------------------------------------
>
>                 Key: OFBIZ-5847
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5847
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL APPLICATIONS
>    Affects Versions: Trunk
>            Reporter: Supachai Chaima-ngua
>            Assignee: Nicolas Malin
>              Labels: encode, url
>             Fix For: Trunk, 12.04.06, 13.07.02
>
>         Attachments: OFBIZ-5847.patch, OFBiz  WorkEffort Manager  Calendar.png
>
>
> XML widget problems: If define the &amp; and combine with "part" that encode 
> to ∂
> Example >>>
> BEFORE: viewprofile?status=Y&amp;partyId=Demo
> AFTER: viewprofile?status=Y∂yId=Demo



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to