[cpp-opensaml] branch master updated: CPPOST-10 - Name Format Constants for Unspecified Are Misspelled
Scott Cantor
cantor.2 at osu.edu
Tue Jun 7 15:52:36 EDT 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=de587438f7e82153fcbe061dbe20a25d2df8f369
The following commit(s) were added to refs/heads/master by this push:
new de58743 CPPOST-10 - Name Format Constants for Unspecified Are Misspelled
de58743 is described below
commit de587438f7e82153fcbe061dbe20a25d2df8f369
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 7 15:52:02 2016 -0400
CPPOST-10 - Name Format Constants for Unspecified Are Misspelled
https://issues.shibboleth.net/jira/browse/CPPOST-10
---
saml/saml1/core/impl/AssertionsImpl.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/saml/saml1/core/impl/AssertionsImpl.cpp b/saml/saml1/core/impl/AssertionsImpl.cpp
index 035cf3c..bfdcfcc 100644
--- a/saml/saml1/core/impl/AssertionsImpl.cpp
+++ b/saml/saml1/core/impl/AssertionsImpl.cpp
@@ -1121,7 +1121,7 @@ const XMLCh NameIdentifier::UNSPECIFIED[] = // urn:oasis:names:tc:SAML:1.1:namei
chLatin_S, chLatin_A, chLatin_M, chLatin_L, chColon, chDigit_1, chPeriod, chDigit_1, chColon,
chLatin_n, chLatin_a, chLatin_m, chLatin_e, chLatin_i, chLatin_d, chDash,
chLatin_f, chLatin_o, chLatin_r, chLatin_m, chLatin_a, chLatin_t, chColon,
- 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
+ chLatin_u, chLatin_n, chLatin_s, chLatin_p, chLatin_e, chLatin_c, chLatin_i, chLatin_f, chLatin_i, chLatin_e, chLatin_d, chNull
};
const XMLCh NameIdentifier::EMAIL[] = // urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list