[cpp-sp COMMIT] /branches/REL_2/shibsp/attribute/ExtensibleAttribute.cpp

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 10 16:22:34 BST 2012


Author: scantor
Date: Tue Apr 10 16:22:34 2012
New Revision: 3614

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3614&view=rev
Log:
Add hyphen to legal token char set

Modified:
    branches/REL_2/shibsp/attribute/ExtensibleAttribute.cpp

Modified: branches/REL_2/shibsp/attribute/ExtensibleAttribute.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/attribute/ExtensibleAttribute.cpp?rev=3614&r1=3613&r2=3614&view=diff
==============================================================================
--- branches/REL_2/shibsp/attribute/ExtensibleAttribute.cpp (original)
+++ branches/REL_2/shibsp/attribute/ExtensibleAttribute.cpp Tue Apr 10 16:22:34 2012
@@ -97,7 +97,7 @@
             DDF val = m_obj.first().first();
             while (!val.isnull()) {
 
-                static const char* legal="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_.[]";
+                static const char* legal="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_-.[]";
 
                 m_serialized.push_back(string());
                 string& processed = m_serialized.back();



More information about the commits mailing list