[Bug 898] New: signed applications with big jnlp-file doesn't start (webstart affect like "frozen")

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Mar 16 06:02:38 PDT 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=898

             Bug #: 898
           Summary: signed applications with big jnlp-file doesn't start
                    (webstart affect like "frozen")
    Classification: Unclassified
           Product: IcedTea-Web
           Version: 1.2
          Platform: x86
        OS/Version: FreeBSD
            Status: NEW
          Severity: major
          Priority: P3
         Component: NetX (javaws)
        AssignedTo: omajid at redhat.com
        ReportedBy: lhersch at dssgmbh.de
                CC: unassigned at icedtea.classpath.org


Created attachment 676
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=676
patch to fix described bug

Applications with signed jar doesn't start, if the jnlp-file ist bigger than
1024 Bytes. The reason is the using of PipedInputStream and PipedOutputStream
without threads. I have fixed that with the attached patch by using
ByteArrayOutputStream.

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the distro-pkg-dev mailing list