You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2007/04/16 16:11:15 UTC

[jira] Updated: (HARMONY-3665) [classlib][luni][netbeans] JarURLConnection.getContentLength() returns -1 instead of file size

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

Vasily Zakharov updated HARMONY-3665:
-------------------------------------

    Attachment: test.jar

> [classlib][luni][netbeans] JarURLConnection.getContentLength() returns -1 instead of file size
> ----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3665
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3665
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, Classlib
>            Reporter: Vasily Zakharov
>         Attachments: test.jar
>
>
> JarURLConnection.getContentLength() returns -1 for files in the .jar archive.
> Here's a test to reproduce the problem. Please put the attached test.jar to the current directory before running.
> public class Test {
>     public static void main(String args[]) throws Exception {
>         System.out.println(new java.net.URL("jar:file:test.jar!/a").openConnection().getContentLength());
>     }
> }
> Output on RI:
> 12
> Output on Harmony:
> -1
> This problem was discovered while trying to run NetBeans on Harmony.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.