You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2006/11/13 22:20:00 UTC

svn commit: r474525 - /myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml

Author: cagatay
Date: Mon Nov 13 13:20:00 2006
New Revision: 474525

URL: http://svn.apache.org/viewvc?view=rev&rev=474525
Log:
Registered the resolvers of SecurityContext

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml?view=diff&rev=474525&r1=474524&r2=474525
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml Mon Nov 13 13:20:00 2006
@@ -532,6 +532,8 @@
   <application>
     <variable-resolver>org.apache.myfaces.custom.redirectTracker.RedirectTrackerVariableResolver</variable-resolver>
 	<navigation-handler>org.apache.myfaces.custom.redirectTracker.RedirectTrackerNavigationHandler</navigation-handler>
+	<variable-resolver>org.apache.myfaces.custom.security.SecurityContextVariableResolver</variable-resolver>
+	<property-resolver>org.apache.myfaces.custom.security.SecurityContextPropertyResolver</property-resolver>
   </application>
 
   <!--custom validators -->