[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/relying-party-native.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jun 9 22:46:50 EDT 2014


Author: scantor
Date: Mon Jun  9 22:46:50 2014
New Revision: 6071

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6071&view=rev
Log:
Stop exposing detailed errors, to fix tests.

Modified:
    trunk/idp-conf/src/main/resources/conf/relying-party-native.xml

Modified: trunk/idp-conf/src/main/resources/conf/relying-party-native.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/relying-party-native.xml?rev=6071&r1=6070&r2=6071&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/relying-party-native.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/relying-party-native.xml Mon Jun  9 22:46:50 2014
@@ -49,8 +49,7 @@
 
     <util:list id="shibboleth.RelyingPartyOverrides">
     
-        <bean parent="RelyingPartyByName" c:relyingPartyIds="https://sp.example.org"
-                p:detailedErrors="true">
+        <bean parent="RelyingPartyByName" c:relyingPartyIds="https://sp.example.org">
             <property name="profileConfigurations">
                 <util:list>
                     <ref bean="Shibboleth.SSO" />



More information about the commits mailing list