You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/06/29 08:18:29 UTC

[jira] Created: (HARMONY-706) java.util.Formatter does not validate code point when formatter number using "%c"

java.util.Formatter does not validate code point when formatter number using "%c"
---------------------------------------------------------------------------------

         Key: HARMONY-706
         URL: http://issues.apache.org/jira/browse/HARMONY-706
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Richard Liang
 Attachments: luni.src.diff

Hello,

java.util.Formatter does not validate code point when formatter number using "%c". Valid unicode code point is 0x0000 - 0x10FFFF.

I will try attach patch soon. :-)

Best regards,
Richard.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-706) java.util.Formatter does not validate code point when formatter number using "%c"

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-706?page=all ]

George Harley reassigned HARMONY-706:
-------------------------------------

    Assign To: George Harley

> java.util.Formatter does not validate code point when formatter number using "%c"
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-706
>          URL: http://issues.apache.org/jira/browse/HARMONY-706
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.diff
>
> Hello,
> java.util.Formatter does not validate code point when formatter number using "%c". Valid unicode code point is 0x0000 - 0x10FFFF.
> I will try attach patch soon. :-)
> Best regards,
> Richard.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-706) java.util.Formatter does not validate code point when formatter number using "%c"

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-706?page=all ]
     
George Harley closed HARMONY-706:
---------------------------------


Verified by Richard. 

> java.util.Formatter does not validate code point when formatter number using "%c"
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-706
>          URL: http://issues.apache.org/jira/browse/HARMONY-706
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.diff
>
> Hello,
> java.util.Formatter does not validate code point when formatter number using "%c". Valid unicode code point is 0x0000 - 0x10FFFF.
> I will try attach patch soon. :-)
> Best regards,
> Richard.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-706) java.util.Formatter does not validate code point when formatter number using "%c"

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-706?page=all ]
     
George Harley resolved HARMONY-706:
-----------------------------------

    Resolution: Fixed

Hi Richard, 

Patch committed in revision 418249. Please could you verify that it has been applied as expected. Please note that there was a new externalised message string in the patch that did not seem to belong so I omitted it from the commit. Perhaps it was inadvertently scooped into the patch by your patch creation tool ? 

Many thanks for this enhancement. 

Best regards, 
George

> java.util.Formatter does not validate code point when formatter number using "%c"
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-706
>          URL: http://issues.apache.org/jira/browse/HARMONY-706
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.diff
>
> Hello,
> java.util.Formatter does not validate code point when formatter number using "%c". Valid unicode code point is 0x0000 - 0x10FFFF.
> I will try attach patch soon. :-)
> Best regards,
> Richard.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-706) java.util.Formatter does not validate code point when formatter number using "%c"

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-706?page=comments#action_12418820 ] 

Richard Liang commented on HARMONY-706:
---------------------------------------

Hello George,

The fix looks good. And yes, the externalised message strings are not used by this patch. Sorry for my carelessness. :-)

Best regards,
Richard

> java.util.Formatter does not validate code point when formatter number using "%c"
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-706
>          URL: http://issues.apache.org/jira/browse/HARMONY-706
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.diff
>
> Hello,
> java.util.Formatter does not validate code point when formatter number using "%c". Valid unicode code point is 0x0000 - 0x10FFFF.
> I will try attach patch soon. :-)
> Best regards,
> Richard.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-706) java.util.Formatter does not validate code point when formatter number using "%c"

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-706?page=all ]

Richard Liang updated HARMONY-706:
----------------------------------

    Attachment: luni.src.diff

Hello,

Would you please try the patch? Thanks a lot.

Best regards,
Richard

> java.util.Formatter does not validate code point when formatter number using "%c"
> ---------------------------------------------------------------------------------
>
>          Key: HARMONY-706
>          URL: http://issues.apache.org/jira/browse/HARMONY-706
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: luni.src.diff
>
> Hello,
> java.util.Formatter does not validate code point when formatter number using "%c". Valid unicode code point is 0x0000 - 0x10FFFF.
> I will try attach patch soon. :-)
> Best regards,
> Richard.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira