[cpp-sp COMMIT] /branches/REL_2/shibsp/impl/XMLServiceProvider.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Tue Nov 29 19:24:53 GMT 2011
Author: scantor
Date: Tue Nov 29 19:24:52 2011
New Revision: 3547
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3547&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-408
Modified:
branches/REL_2/shibsp/impl/XMLServiceProvider.cpp
Modified: branches/REL_2/shibsp/impl/XMLServiceProvider.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/impl/XMLServiceProvider.cpp?rev=3547&r1=3546&r2=3547&view=diff
==============================================================================
--- branches/REL_2/shibsp/impl/XMLServiceProvider.cpp (original)
+++ branches/REL_2/shibsp/impl/XMLServiceProvider.cpp Tue Nov 29 19:24:52 2011
@@ -1623,7 +1623,7 @@
return *j;
}
}
- return m_base ? m_base->getAssertionConsumerServiceByProtocol(protocol) : nullptr;
+ return m_base ? m_base->getAssertionConsumerServiceByProtocol(protocol, binding) : nullptr;
}
const vector<const Handler*>& XMLApplication::getAssertionConsumerServicesByBinding(const XMLCh* binding) const
More information about the commits
mailing list