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

encoding bug (6317399): java/beans/XMLEncoder.java

XMLWordPrintable

    • b03
    • generic
    • generic

      Please first read Comments section here and in 6317399.

      State of bug 4937510 says: closed, fixed.
      Almost true -- there's still the following bug:

      In java/beans/XMLEncoder.java (5.0u4):

      // wrong line 486
                      out.write(' ');
      // correction:
                      out.write(" ".getBytes(encoding));

            malenkov Sergey Malenkov (Inactive)
            clucasius Carlos Lucasius (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: