git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2947
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
Changes in Release 2.2.0
=============================================
+[SIDP-407] - Shibboleth SSO profile handler sets incorrect protocol string in outbound message context
[SIDP-402] - Update 3rd party libraries for 2.2 release
[SIDP-397] - Remove any unit test that won't be fixed in the 2.X branch, fix the rest
[SIDP-396] - Previous session LoginHandler used even if authentication method has expired
requestContext.setInboundSAMLProtocol(ShibbolethConstants.SHIB_SSO_PROFILE_URI);
requestContext.setOutboundMessageTransport(out);
- requestContext.setOutboundSAMLProtocol(SAMLConstants.SAML20P_NS);
+ requestContext.setOutboundSAMLProtocol(SAMLConstants.SAML11P_NS);
requestContext.setMetadataProvider(getMetadataProvider());