[jira] Created: (OFBIZ-2837) Wildcard (%) characters in search fields are manipulated/truncated in screens throughout the system

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

[jira] Created: (OFBIZ-2837) Wildcard (%) characters in search fields are manipulated/truncated in screens throughout the system

Nicolas Malin (Jira)
Wildcard (%) characters in search fields are manipulated/truncated in screens throughout the system
---------------------------------------------------------------------------------------------------

                 Key: OFBIZ-2837
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2837
             Project: OFBiz
          Issue Type: Bug
          Components: ALL COMPONENTS
    Affects Versions: SVN trunk
            Reporter: Vince Clark
            Priority: Critical


Original thread from Nabble:
http://www.nabble.com/-CA-bug-td24764527.html#a24764527

Examples:
02S%000 - I searched on this string in the orderId field of OrderHeader in entity data maintenance. Got an error on this one:
(ERROR: invalid byte sequence for encoding "UTF8": 0x00)

When I shorten it or change it up a bit I don't get the error but the % get's replaced with a space and I get no results. For example:
02S%09070201 gets replaced with 02S 070201 (the % and 09 were removed).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2837) Wildcard (%) characters in search fields are manipulated/truncated in screens throughout the system

Nicolas Malin (Jira)

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

Jacques Le Roux commented on OFBIZ-2837:
----------------------------------------

Not quite sure but this seems related to OFBIZ-2628

> Wildcard (%) characters in search fields are manipulated/truncated in screens throughout the system
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2837
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2837
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Vince Clark
>            Priority: Critical
>
> Original thread from Nabble:
> http://www.nabble.com/-CA-bug-td24764527.html#a24764527
> Examples:
> 02S%000 - I searched on this string in the orderId field of OrderHeader in entity data maintenance. Got an error on this one:
> (ERROR: invalid byte sequence for encoding "UTF8": 0x00)
> When I shorten it or change it up a bit I don't get the error but the % get's replaced with a space and I get no results. For example:
> 02S%09070201 gets replaced with 02S 070201 (the % and 09 were removed).

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.