You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2013/10/16 00:20:42 UTC

[jira] [Updated] (MYFACES-3578) NumberConverter: implement workaround for http://bugs.sun.com/view_bug.do?bug_id=4510618

     [ https://issues.apache.org/jira/browse/MYFACES-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe updated MYFACES-3578:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.13
                   2.0.19
                   1.2.13
           Status: Resolved  (was: Patch Available)

Thanks to Martin Koci for provide this patch.

> NumberConverter: implement workaround for http://bugs.sun.com/view_bug.do?bug_id=4510618
> ----------------------------------------------------------------------------------------
>
>                 Key: MYFACES-3578
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3578
>             Project: MyFaces Core
>          Issue Type: Bug
>         Environment: myfaces trunk
>            Reporter: Martin Kočí
>            Assignee: Martin Kočí
>            Priority: Minor
>             Fix For: 1.2.13, 2.0.19, 2.1.13
>
>         Attachments: MYFACES-3578.patch
>
>
> http://bugs.sun.com/view_bug.do?bug_id=4510618
> mojarra already implements a workaround (http://java.net/jira/browse/JAVASERVERFACES-755)
> Myfaces NumberConverter partially implements it already, but:
> value = value.replace('\u00a0', ' ');
> part is missing.



--
This message was sent by Atlassian JIRA
(v6.1#6144)