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

encoding bug (6317399): com/sun/corba/se/impl/ior/WireObjectKeyTemplate.java

XMLWordPrintable

    • generic
    • generic

      Please first read Comments section here and in 6317399.

      In com/sun/corba/se/impl/ior/WireObjectKeyTemplate.java (5.0u4):

      // wrong line 134
            String str = new String( bid ) ;
      // correction
      String str = null;
      try {
      str = new String( bid ,"ISO-8859-1") ;
      } catch (java.io.UnsupportedEncodingException ex) {
      }

            Unassigned Unassigned
            clucasius Carlos Lucasius (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: