Skip to:
In the file:saml/saml2/core/impl/Assertions20Impl.cpp
For the declaration of NameIDType::UNSPECIFIED[] and Attribute::UNSPECIFIED[], they are both misspelled. The final "d" is duplicated (for example):
const XMLCh Attribute::UNSPECIFIED[] = // urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified{ ...chLatin_u, chLatin_n, chLatin_s, chLatin_p, chLatin_e, chLatin_c, chLatin_i, chLatin_f, chLatin_i, chLatin_e, chLatin_d, chLatin_d, chNull};
RHEL4
de587438f7e82153fcbe061dbe20a25d2df8f369
Sweet merciful Zeus, this is still broken in the SAML 1.1 implementation file.
Fixed in svn on REL_2_0 branch, revision 387.
In the file:
saml/saml2/core/impl/Assertions20Impl.cpp
For the declaration of NameIDType::UNSPECIFIED[] and Attribute::UNSPECIFIED[], they are both misspelled. The final "d" is duplicated (for example):
const XMLCh Attribute::UNSPECIFIED[] = // urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified
{ ...
chLatin_u, chLatin_n, chLatin_s, chLatin_p, chLatin_e, chLatin_c, chLatin_i, chLatin_f, chLatin_i, chLatin_e, chLatin_d, chLatin_d, chNull
};