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

encoding bug (6317399): com/sun/jndi/ldap/Filter.java

XMLWordPrintable

    • b12
    • generic
    • generic

        Please first read Comments section here and in 6317399.

        In com/sun/jndi/ldap/Filter.java (5.0u4):

        // wrong line 433
        dprint(", type: ", Integer.toString(filterType, 16).getBytes());
        // correction:
        dprint(", type: ", Integer.toString(filterType, 16).getBytes("ISO-8859-1"));

              jhangalsunw Jayalaxmi Hangal (Inactive)
              clucasius Carlos Lucasius (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: