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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Feb 13 05:17:51 EST 2007


  User: sbryzak2
  Date: 07/02/13 05:17:51

  Modified:    examples/booking/resources/WEB-INF  components.xml
  Log:
  security rules no longer required
  
  Revision  Changes    Path
  1.11      +0 -4      jboss-seam/examples/booking/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/booking/resources/WEB-INF/components.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- components.xml	13 Feb 2007 03:49:42 -0000	1.10
  +++ components.xml	13 Feb 2007 10:17:51 -0000	1.11
  @@ -21,10 +21,6 @@
   
       <core:ejb installed="@embeddedEjb@"/>
       
  -    <drools:rule-base name="securityRules">
  -       <drools:rule-files><value>/META-INF/security-rules.drl</value></drools:rule-files>
  -    </drools:rule-base>    
  -
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
   
   </components>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list