[ http://issues.apache.org/jira/browse/LANG-292?page=all ]

Henri Yandell resolved LANG-292.
--------------------------------

    Fix Version/s: 2.3
                       (was: 3.0)
       Resolution: Fixed

 svn ci -m "Applying unit test and fix for #LANG-292. Also fixes a couple of 
problems with the unescape(Writer..) overload that came up" 
src/test/org/apache/commons/lang/EntitiesTest.java 
src/java/org/apache/commons/lang/Entities.java 

Sending        src/java/org/apache/commons/lang/Entities.java
Sending        src/test/org/apache/commons/lang/EntitiesTest.java
Transmitting file data ..
Committed revision 469661.


> unescapeXml("&12345678;") should be "&12345678;"
> ------------------------------------------------
>
>                 Key: LANG-292
>                 URL: http://issues.apache.org/jira/browse/LANG-292
>             Project: Commons Lang
>          Issue Type: Bug
>    Affects Versions: Nightly Builds
>            Reporter: Stepan Koltsov
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: LANG-292.patch
>
>
> Following test (in EntitiesTest.java) fails:
>     public void testNumberOverflow() throws Exception {
>         doTestUnescapeEntity("�", "�");
>         doTestUnescapeEntity("x�y", "x�y");
>         doTestUnescapeEntity("�", "�");
>         doTestUnescapeEntity("x�y", "x�y");
>     }
> Maximim value for char is 0xFFFF, so � is invalid entity reference, 
> and so should be left as is.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to