[jira] [Commented] (OFBIZ-12014) Error while decoding url parameters with percent character

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

[jira] [Commented] (OFBIZ-12014) Error while decoding url parameters with percent character

Nicolas Malin (Jira)

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

ASF subversion and git services commented on OFBIZ-12014:
---------------------------------------------------------

Commit 748e6c3452bdd840f563b66268ca3b513b536267 in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=748e6c3 ]

Fixed: Error while decoding url parameters with percent character (OFBIZ-12014)

This has been already fixed (an clearly explained) in OFBIZ-10275 and broken
again in OFBIZ-11822

Thanks: Pradeep Choudhary


> Error while decoding url parameters with percent character
> ----------------------------------------------------------
>
>                 Key: OFBIZ-12014
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12014
>             Project: OFBiz
>          Issue Type: Bug
>          Components: base
>    Affects Versions: Release Branch 17.12, Trunk
>            Reporter: Pradeep Choudhary
>            Assignee: Jacques Le Roux
>            Priority: Major
>         Attachments: OFBIZ-12014.patch, Screenshot from 2020-09-14 12-02-00.png
>
>
> When we pass any URL parameter with a percent character, it throws an exception stating the following message:
> "java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "
> Steps to regenerate:
> 1. Open web tools.
> 2. Navigate to Order Manager component [https://localhost:8443/ordermgr/control/findorders]
> 3. Search order by entering order Id like %Test%.
> 4. It will show an error message "java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "Te"



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