[cpp-sp COMMIT] in /branches/REL_2: adfs/adfs.cpp apache/mod_shib.cpp fastcgi/shibauthorizer.cpp fastcgi/shibresponde...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 22 20:12:10 EST 2015
Author: scantor
Date: Thu Jan 22 20:12:10 2015
New Revision: 3897
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3897&view=rev
Log:
SSPCPP-616 - clean up concatenated string literals
Modified:
branches/REL_2/adfs/adfs.cpp
branches/REL_2/apache/mod_shib.cpp
branches/REL_2/fastcgi/shibauthorizer.cpp
branches/REL_2/fastcgi/shibresponder.cpp
branches/REL_2/isapi_shib/isapi_shib.cpp
branches/REL_2/nsapi_shib/nsapi_shib.cpp
branches/REL_2/plugins/CaseFoldingAttributeResolver.cpp
branches/REL_2/plugins/GSSAPIAttributeExtractor.cpp
branches/REL_2/plugins/TemplateAttributeResolver.cpp
branches/REL_2/plugins/TransformAttributeResolver.cpp
branches/REL_2/shibsp/SPConfig.cpp
branches/REL_2/shibsp/ServiceProvider.cpp
branches/REL_2/shibsp/attribute/Base64AttributeDecoder.cpp
branches/REL_2/shibsp/attribute/DOMAttributeDecoder.cpp
branches/REL_2/shibsp/attribute/KeyInfoAttributeDecoder.cpp
branches/REL_2/shibsp/attribute/NameIDAttribute.cpp
branches/REL_2/shibsp/attribute/NameIDAttributeDecoder.cpp
branches/REL_2/shibsp/attribute/NameIDFromScopedAttributeDecoder.cpp
branches/REL_2/shibsp/attribute/ScopedAttributeDecoder.cpp
branches/REL_2/shibsp/attribute/StringAttributeDecoder.cpp
branches/REL_2/shibsp/attribute/XMLAttributeDecoder.cpp
branches/REL_2/shibsp/attribute/filtering/impl/AttributeValueStringFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/ChainingAttributeFilter.cpp
branches/REL_2/shibsp/attribute/filtering/impl/DummyAttributeFilter.cpp
branches/REL_2/shibsp/attribute/filtering/impl/NameIDQualifierStringFunctor.cpp
branches/REL_2/shibsp/attribute/filtering/impl/XMLAttributeFilter.cpp
branches/REL_2/shibsp/attribute/resolver/impl/ChainingAttributeExtractor.cpp
branches/REL_2/shibsp/attribute/resolver/impl/ChainingAttributeResolver.cpp
branches/REL_2/shibsp/attribute/resolver/impl/DelegationAttributeExtractor.cpp
branches/REL_2/shibsp/attribute/resolver/impl/QueryAttributeResolver.cpp
branches/REL_2/shibsp/attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp
branches/REL_2/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp
branches/REL_2/shibsp/binding/impl/ArtifactResolver.cpp
branches/REL_2/shibsp/binding/impl/SOAPClient.cpp
branches/REL_2/shibsp/binding/impl/XMLProtocolProvider.cpp
branches/REL_2/shibsp/handler/impl/AbstractHandler.cpp
branches/REL_2/shibsp/handler/impl/AssertionLookup.cpp
branches/REL_2/shibsp/handler/impl/AttributeCheckerHandler.cpp
branches/REL_2/shibsp/handler/impl/ChainingLogoutInitiator.cpp
branches/REL_2/shibsp/handler/impl/ChainingSessionInitiator.cpp
branches/REL_2/shibsp/handler/impl/CookieSessionInitiator.cpp
branches/REL_2/shibsp/handler/impl/DiscoveryFeed.cpp
branches/REL_2/shibsp/handler/impl/ExternalAuthHandler.cpp
branches/REL_2/shibsp/handler/impl/FormSessionInitiator.cpp
branches/REL_2/shibsp/handler/impl/LocalLogoutInitiator.cpp
branches/REL_2/shibsp/handler/impl/LogoutHandler.cpp
branches/REL_2/shibsp/handler/impl/MetadataGenerator.cpp
branches/REL_2/shibsp/handler/impl/RemotedHandler.cpp
branches/REL_2/shibsp/handler/impl/SAML1Consumer.cpp
branches/REL_2/shibsp/handler/impl/SAML2ArtifactResolution.cpp
branches/REL_2/shibsp/handler/impl/SAML2Consumer.cpp
branches/REL_2/shibsp/handler/impl/SAML2Logout.cpp
branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp
branches/REL_2/shibsp/handler/impl/SAML2NameIDMgmt.cpp
branches/REL_2/shibsp/handler/impl/SAML2SessionInitiator.cpp
branches/REL_2/shibsp/handler/impl/SAMLDSSessionInitiator.cpp
branches/REL_2/shibsp/handler/impl/SessionHandler.cpp
branches/REL_2/shibsp/handler/impl/SessionInitiator.cpp
branches/REL_2/shibsp/handler/impl/Shib1SessionInitiator.cpp
branches/REL_2/shibsp/handler/impl/StatusHandler.cpp
branches/REL_2/shibsp/handler/impl/TransformSessionInitiator.cpp
branches/REL_2/shibsp/handler/impl/WAYFSessionInitiator.cpp
branches/REL_2/shibsp/impl/ChainingAccessControl.cpp
branches/REL_2/shibsp/impl/StorageServiceSessionCache.cpp
branches/REL_2/shibsp/impl/XMLAccessControl.cpp
branches/REL_2/shibsp/impl/XMLRequestMapper.cpp
branches/REL_2/shibsp/impl/XMLSecurityPolicyProvider.cpp
branches/REL_2/shibsp/impl/XMLServiceProvider.cpp
branches/REL_2/shibsp/metadata/DynamicMetadataProvider.cpp
branches/REL_2/shibsp/remoting/impl/ListenerService.cpp
branches/REL_2/shibsp/remoting/impl/SocketListener.cpp
branches/REL_2/shibsp/util/DOMPropertySet.cpp
branches/REL_2/shibsp/util/IPRange.cpp
branches/REL_2/util/mdquery.cpp
branches/REL_2/util/resolvertest.cpp
Modified: branches/REL_2/adfs/adfs.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/adfs/adfs.cpp?rev=3897&r1=3896&r2=3897&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs.cpp (original)
+++ branches/REL_2/adfs/adfs.cpp Thu Jan 22 20:12:10 2015
@@ -124,7 +124,7 @@
{
public:
[... 1567 lines stripped ...]
More information about the commits
mailing list