Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4272461

ZipEntry should loadlib before initIDs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.2.2
    • core-libs
    • generic
    • generic



      Name: rlT66838 Date: 09/16/99


      Taken From java.util.zip.ZipEntry
      -
         static {
            initIDs();
         }

      It should have one of these in it:

         AccessController.doPrivileged(
            new sun.security.action.LoadLibraryAction("zip"));

      just like the other zip classes with initIDs. This was causing
      an unsatisfied link error in our product.
      (Review ID: 95319)
      ======================================================================

            zlisunw Zhenghua Li (Inactive)
            rlewis Roger Lewis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: