-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0, 2.1, 2.2, 2.2.1, 2.3, 2.4, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.5.5
-
Component/s: SAML 2
-
Labels:None
-
Environment:
RHEL4
-
Operating System:Multiple
-
CPU Type:Multiple
-
C/C++ Compiler:Multiple
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
};