X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=blobdiff_plain;f=shibsp%2Fattribute%2Fresolver%2Fimpl%2FSimpleAggregationAttributeResolver.cpp;h=3db18e8cfa3788b279712544a656ed5b33914d8d;hp=fb52752bb56ac82deffee0336179c3fe88817502;hb=905660ba619afcf7e02266ffafad37e7dfef404e;hpb=ab15fb866a94989ab150b2bbdf1708d821b5ac71 diff --git a/shibsp/attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp b/shibsp/attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp index fb52752..3db18e8 100644 --- a/shibsp/attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp +++ b/shibsp/attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp @@ -256,6 +256,7 @@ SimpleAggregationResolver::SimpleAggregationResolver(const DOMElement* e) if (aid && *aid) { auto_ptr_char dup(aid); string sdup(dup.get()); + trim(sdup); split(m_attributeIds, sdup, is_space(), algorithm::token_compress_on); aid = e->getAttributeNS(nullptr, format);