You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Sunitha Kambhampati (JIRA)" <de...@db.apache.org> on 2006/04/24 22:56:06 UTC

[jira] Resolved: (DERBY-901) Remove use of String(byte[]) constructors in network server leading to non-portable behaviour

     [ http://issues.apache.org/jira/browse/DERBY-901?page=all ]
     
Sunitha Kambhampati resolved DERBY-901:
---------------------------------------

    Fix Version: 10.2.0.0
                 10.1.3.0
     Resolution: Fixed
     Derby Info:   (was: [Patch Available])

Fix checked in both 10.1 as well as 10.2 codelines.
in 10.1 branch - #395687,#394223
in 10.2 branch - #395416, #394205

No occurences of non portable constructors in String class  present in network server code.  


> Remove use of String(byte[]) constructors in network server leading to non-portable behaviour
> ---------------------------------------------------------------------------------------------
>
>          Key: DERBY-901
>          URL: http://issues.apache.org/jira/browse/DERBY-901
>      Project: Derby
>         Type: Bug

>   Components: Network Server
>     Reporter: Daniel John Debrunner
>     Assignee: Sunitha Kambhampati
>      Fix For: 10.2.0.0, 10.1.3.0
>  Attachments: Derby901.p1.diff.txt, Derby901.p1.stat.txt, TestEnc.java, derby901.p2.diff.txt, derby901.p2.stat.txt, for_10.1_derby901.p1.diff.txt, for_10.1_derby901.p1.stat.txt, for_10.1_derby901.p2.diff.txt, for_10.1_derby901.p2.stat.txt
>
> These constructors use the Java default platform encoding to convert the bytes to a String, this typically leads to bugs on platforms with different encodings.
> Replace with code using fixed conversion, or alternative mechanisms. 
> If the call is required its use should be commented as to why it is required.
> org.apache.derby.impl.drda.DRDAConnThread
> I generated this list using the Java search in eclipse for references to the constructors
> String(byte[])
> String(byte[],int,int) - no occurences found in java/drda

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