[ http://issues.apache.org/jira/browse/DERBY-1619?page=all ]
Andrew McIntyre updated DERBY-1619: ----------------------------------- Attachment: derby-1619-v2.diff Thanks, John. There is a general solution for this problem: java.net.URLDecoder. :-) Attaching patch -v2, which uses URLDecoder. This should take care of all similar encoding problems. > Sysinfo in 10.2 shows multiple entries if the derby jars reside in a > directory with spaces in its name > ------------------------------------------------------------------------------------------------------- > > Key: DERBY-1619 > URL: http://issues.apache.org/jira/browse/DERBY-1619 > Project: Derby > Issue Type: Bug > Components: Tools > Affects Versions: 10.2.0.0 > Environment: Windows XP, jdk 1.5 > Reporter: Rajesh Kartha > Assigned To: Andrew McIntyre > Fix For: 10.2.0.0 > > Attachments: derby-1619-v1.diff, derby-1619-v2.diff > > > For the Derby jars residing in C:\Documents and Settings\Administrator\TEMP > DIR\lib, the sysinfo shows: > --------- Derby Information -------- > JRE - JDBC: J2SE 5.0 - JDBC 3.0 > [C:\Documents%20and%20Settings\Administrator\TEMP%20DIR\lib\derby.jar] > 10.2.0.5 alpha - (426734) > [C:\Documents%20and%20Settings\Administrator\TEMP%20DIR\lib\derbytools.jar] > 10.2.0.5 alpha - (426734) > [C:\Documents%20and%20Settings\Administrator\TEMP%20DIR\lib\derbynet.jar] > 10.2.0.5 alpha - (426734) > [C:\Documents%20and%20Settings\Administrator\TEMP%20DIR\lib\derbyclient.jar] > 10.2.0.5 alpha - (426734) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\derby.jar] 10.2.0.5 > alpha - (426734) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\derbynet.jar] 10.2.0.5 > alpha - (426734) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\derbyclient.jar] > 10.2.0.5 alpha - (426734) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\derbytools.jar] > 10.2.0.5 alpha - (426734) > [C:\Documents%20and%20Settings\Administrator\TEMP%20DIR\lib\db2jcc.jar] 2.6 - > (90) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\db2jcc_license_c.jar] > 2.6 - (90) > ------------------------------------------------------ > This is a regression from 10.1 where the same sysinfo shows: > --------- Derby Information -------- > JRE - JDBC: J2SE 5.0 - JDBC 3.0 > [C:\Documents and Settings\Administrator\TEMP DIR\lib\derby.jar] 10.1.3.2 - > (426741) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\derbynet.jar] 10.1.3.2 > - (426741) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\derbyclient.jar] > 10.1.3.2 - (426741) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\derbytools.jar] > 10.1.3.2 - (426741) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\db2jcc.jar] 2.6 - (90) > [C:\Documents and Settings\Administrator\TEMP DIR\lib\db2jcc_license_c.jar] > 2.6 - (90) > ------------------------------------------------------ -- 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