[jboss-cvs] jboss-seam/seam-gen/icefaces/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:    seam-gen/icefaces/resources/WEB-INF   components.xml
                        components-war.xml
  Log:
  Update to new security event naming, JBSEAM-2271
  
  Revision  Changes    Path
  1.5       +2 -2      jboss-seam/seam-gen/icefaces/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/icefaces/resources/WEB-INF/components.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	1 Oct 2007 14:58:40 -0000	1.4
  +++ components.xml	18 Nov 2007 19:23:09 -0000	1.5
  @@ -35,10 +35,10 @@
      <security:identity authenticate-method="#{authenticator.authenticate}"
                              security-rules="#{securityRules}"/>
      
  -   <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.3       +2 -2      jboss-seam/seam-gen/icefaces/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/icefaces/resources/WEB-INF/components-war.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components-war.xml	1 Oct 2007 14:58:40 -0000	1.2
  +++ components-war.xml	18 Nov 2007 19:23:09 -0000	1.3
  @@ -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>
           
  
  
  



More information about the jboss-cvs-commits mailing list