You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/11/21 11:52:35 UTC

svn commit: r1544102 - /syncope/trunk/core/src/main/resources/securityContext.xml

Author: ilgrosso
Date: Thu Nov 21 10:52:34 2013
New Revision: 1544102

URL: http://svn.apache.org/r1544102
Log:
Fixing bad placeholder reference

Modified:
    syncope/trunk/core/src/main/resources/securityContext.xml

Modified: syncope/trunk/core/src/main/resources/securityContext.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/src/main/resources/securityContext.xml?rev=1544102&r1=1544101&r2=1544102&view=diff
==============================================================================
--- syncope/trunk/core/src/main/resources/securityContext.xml (original)
+++ syncope/trunk/core/src/main/resources/securityContext.xml Thu Nov 21 10:52:34 2013
@@ -53,7 +53,7 @@ under the License.
         class="org.apache.syncope.core.security.SyncopeAuthenticationProvider">
     <property name="adminPassword" value="${adminPassword}"/>
     <property name="adminPasswordAlgorithm" value="${adminPasswordAlgorithm}"/>
-    <property name="anonymousKey" value="anonymousKey"/>
+    <property name="anonymousKey" value="${anonymousKey}"/>
     <property name="syncopeUserDetailsService" ref="syncopeUserDetailsService"/>
   </bean>