Name Format Constants for Unspecified Are Misspelled

Description

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
};

Environment

RHEL4

Activity

Show:

Scott CantorJune 7, 2016 at 7:53 PM

de587438f7e82153fcbe061dbe20a25d2df8f369

Scott CantorJune 7, 2016 at 7:50 PM

Sweet merciful Zeus, this is still broken in the SAML 1.1 implementation file.

Scott CantorMarch 30, 2008 at 1:34 PM

Fixed in svn on REL_2_0 branch, revision 387.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Created March 28, 2008 at 1:28 PM
Updated June 22, 2021 at 11:22 PM
Resolved June 7, 2016 at 7:53 PM

Flag notifications