[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

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


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

  Modified:    seam-gen/resources/WEB-INF   components-war.xml
                        components.xml
  Log:
  Update to new security event naming, JBSEAM-2271
  
  Revision  Changes    Path
  1.17      +2 -2      jboss-seam/seam-gen/resources/WEB-INF/components-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components-war.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- components-war.xml	1 Oct 2007 14:58:40 -0000	1.16
  +++ components-war.xml	18 Nov 2007 19:23:08 -0000	1.17
  @@ -37,10 +37,10 @@
                              security-rules="#{securityRules}"
                                 remember-me="true"/>
                                 
  -   <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>
      
  
  
  
  1.27      +2 -2      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- components.xml	6 Nov 2007 03:33:41 -0000	1.26
  +++ components.xml	18 Nov 2007 19:23:08 -0000	1.27
  @@ -36,10 +36,10 @@
                              security-rules="#{securityRules}"
                              remember-me="true"/>
      
  -   <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