[jboss-cvs] jboss-seam/examples/seamdiscs/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Sun Nov 18 14:23:09 EST 2007


  User: gavin   
  Date: 07/11/18 14:23:09

  Modified:    examples/seamdiscs/resources/WEB-INF  components.xml
  Log:
  Update to new security event naming, JBSEAM-2271
  
  Revision  Changes    Path
  1.9       +2 -2      jboss-seam/examples/seamdiscs/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamdiscs/resources/WEB-INF/components.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- components.xml	8 Oct 2007 14:53:13 -0000	1.8
  +++ components.xml	18 Nov 2007 19:23:09 -0000	1.9
  @@ -26,11 +26,11 @@
   	<security:identity
   		authenticate-method="#{authenticator.authenticate}" />
   
  -    <event type="org.jboss.seam.notLoggedIn">
  +    <event type="org.jboss.seam.security.notLoggedIn">
           <action execute="#{redirect.captureCurrentView}"/>
       </event>
       
  -    <event type="org.jboss.seam.postAuthenticate">
  +    <event type="org.jboss.seam.security.loginSuccessful">
           <action execute="#{redirect.returnToCapturedView}"/>
       </event>   
       
  
  
  



More information about the jboss-cvs-commits mailing list