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/04/03 12:38:30 UTC

svn commit: r1463910 - /syncope/branches/1_0_X/core/src/main/resources/securityContext.xml

Author: ilgrosso
Date: Wed Apr  3 10:38:30 2013
New Revision: 1463910

URL: http://svn.apache.org/r1463910
Log:
Adjusting Basic Authentication realm to 'Apache Syncope authentication'

Modified:
    syncope/branches/1_0_X/core/src/main/resources/securityContext.xml

Modified: syncope/branches/1_0_X/core/src/main/resources/securityContext.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/core/src/main/resources/securityContext.xml?rev=1463910&r1=1463909&r2=1463910&view=diff
==============================================================================
--- syncope/branches/1_0_X/core/src/main/resources/securityContext.xml (original)
+++ syncope/branches/1_0_X/core/src/main/resources/securityContext.xml Wed Apr  3 10:38:30 2013
@@ -30,7 +30,7 @@ under the License.
 
   <bean id="securityContextRepository" class='org.springframework.security.web.context.NullSecurityContextRepository'/>
 
-  <security:http security-context-repository-ref="securityContextRepository">
+  <security:http security-context-repository-ref="securityContextRepository"  realm="Apache Syncope authentication">
     <security:http-basic/>
     <security:intercept-url pattern="/**"/>
   </security:http>