[jboss-cvs] jboss-seam/examples/seambay/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/seambay/resources/WEB-INF  components.xml
  Log:
  Update to new security event naming, JBSEAM-2271
  
  Revision  Changes    Path
  1.14      +2 -2      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/components.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- components.xml	1 Oct 2007 14:58:41 -0000	1.13
  +++ components.xml	18 Nov 2007 19:23:09 -0000	1.14
  @@ -29,11 +29,11 @@
                   
       <async:quartz-dispatcher/>
       
  -    <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