Skip to Content.
Sympa Menu

mace-opensaml-users - Incorrect X509_Subject constant in NameIdentifier?

Subject: OpenSAML user discussion

List archive

Incorrect X509_Subject constant in NameIdentifier?


Chronological Thread 
  • From: "Bob Jacoby" <>
  • To: <>
  • Subject: Incorrect X509_Subject constant in NameIdentifier?
  • Date: Mon, 18 Aug 2008 16:39:12 -0500

Unless I'm missing something, shouldn't the constant

/** URI for X509 subject name format. */
public static final String X509_SUBJECT =
"urn:oasis:names:tc:SAML:1.1:nameid-format:x509SubjectName";

defined in org.opensaml.saml1.core.NameIdentifier be:

public static final String X509_SUBJECT =
"urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName";

Note the capital 'X' in X509SubjectName.

Thanks,
Bob




Archive powered by MHonArc 2.6.16.

Top of Page