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

Inconsistent handling of dupl name entries in X509CRLSelector.setIssuerNames

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • security-libs
    • beta
    • sparc
    • solaris_7


      sean.mullan@ireland 2000-10-27

      The javadoc for X509CRLSelector.setIssuerNames() states:

      "names - a Collection with one entry per name"
      and "Each name is a String or a byte array representing a
      distinguished name".

      This could imply that duplicate names should be removed
      from the resulting Collection that is returned by
      getIssuerNames(). The JCK tests found an inconsistency in
      that duplicate String names were removed but duplicate byte[] names
      were not. Also duplicate names where one form was a byte[] and the
      other is a String were also not removed.

            mullan Sean Mullan
            mullan Sean Mullan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: