[java-identity-provider COMMIT] in /trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile: saml1/SAML1Acti...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jan 2 17:09:57 EST 2014
Author: scantor
Date: Thu Jan 2 17:09:57 2014
New Revision: 5144
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5144&view=rev
Log:
Add a relying party flag controlling error detail.
Modified:
trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml1/SAML1ActionTestingSupport.java
trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml2/SAML2ActionTestingSupport.java
Modified: trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml1/SAML1ActionTestingSupport.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml1/SAML1ActionTestingSupport.java?rev=5144&r1=5143&r2=5144&view=diff
==============================================================================
--- trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml1/SAML1ActionTestingSupport.java (original)
+++ trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml1/SAML1ActionTestingSupport.java Thu Jan 2 17:09:57 2014
@@ -65,7 +65,7 @@
}
final RelyingPartyConfiguration rpConfig =
- new RelyingPartyConfiguration(id, ActionTestingSupport.OUTBOUND_MSG_ISSUER,
+ new RelyingPartyConfiguration(id, ActionTestingSupport.OUTBOUND_MSG_ISSUER, true,
buildProfileConfigurations());
RelyingPartyContext subcontext = parent.getSubcontext(RelyingPartyContext.class, true);
Modified: trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml2/SAML2ActionTestingSupport.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml2/SAML2ActionTestingSupport.java?rev=5144&r1=5143&r2=5144&view=diff
==============================================================================
--- trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml2/SAML2ActionTestingSupport.java (original)
+++ trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/saml2/SAML2ActionTestingSupport.java Thu Jan 2 17:09:57 2014
@@ -65,7 +65,7 @@
}
final RelyingPartyConfiguration rpConfig =
- new RelyingPartyConfiguration(id, ActionTestingSupport.OUTBOUND_MSG_ISSUER,
+ new RelyingPartyConfiguration(id, ActionTestingSupport.OUTBOUND_MSG_ISSUER, true,
buildProfileConfigurations());
RelyingPartyContext subcontext = parent.getSubcontext(RelyingPartyContext.class, true);
More information about the commits
mailing list