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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Jan 25 08:23:59 EST 2007


  User: sbryzak2
  Date: 07/01/25 08:23:59

  Modified:    examples/seamspace/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  updated with security changes
  
  Revision  Changes    Path
  1.11      +4 -1      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- components.xml	31 Dec 2006 01:26:42 -0000	1.10
  +++ components.xml	25 Jan 2007 13:23:59 -0000	1.11
  @@ -17,7 +17,10 @@
           <property name="persistenceUnitJndiName">java:/seamspaceEntityManagerFactory</property>
       </component>    
       
  -    <component class="org.jboss.seam.security.SeamSecurityManager"/>
       <component class="org.jboss.seam.security.config.SecurityConfiguration"/>
           
  +    <component class="org.jboss.seam.drools.RuleBase" name="securityRules">
  +        <property name="ruleFiles">/META-INF/security-rules.drl</property>
  +    </component>
  +        
   </components>
  \ No newline at end of file
  
  
  
  1.10      +1 -1      jboss-seam/examples/seamspace/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/pages.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- pages.xml	23 Jan 2007 05:25:00 -0000	1.9
  +++ pages.xml	25 Jan 2007 13:23:59 -0000	1.10
  @@ -5,7 +5,7 @@
   <pages>
   
       <page view-id="/home.xhtml">
  -        <navigation from-action="#{login.login}">
  +        <navigation from-action="#{identity.login}">
               <rule if="#{identity.loggedIn}">
                   <redirect view-id="/profile.xhtml"/>
               </rule>
  
  
  



More information about the jboss-cvs-commits mailing list