[jboss-cvs] jboss-seam/src/main/org/jboss/seam/security ...

Shane Bryzak sbryzak at redhat.com
Thu Feb 22 01:44:43 EST 2007


  User: sbryzak2
  Date: 07/02/22 01:44:43

  Modified:    src/main/org/jboss/seam/security  RuleBasedIdentity.java
  Log:
  reworded warning message
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/src/main/org/jboss/seam/security/RuleBasedIdentity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RuleBasedIdentity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/RuleBasedIdentity.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- RuleBasedIdentity.java	22 Feb 2007 06:40:54 -0000	1.4
  +++ RuleBasedIdentity.java	22 Feb 2007 06:44:43 -0000	1.5
  @@ -60,7 +60,7 @@
         if (securityContext == null)
         {
            log.warn("no security rule base available - please install a RuleBase with the name '" +
  -                  RULES_COMPONENT_NAME + "'");
  +                  RULES_COMPONENT_NAME + "' if permission checks are required.");
         }
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list