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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Jan 24 02:07:43 EST 2007


  User: sbryzak2
  Date: 07/01/24 02:07:43

  Modified:    src/main/org/jboss/seam/security  Security.java
  Log:
  newWorkingMemory(false) as per Michael Neale's suggestion
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/security/Security.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Security.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Security.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Security.java	23 Jan 2007 22:25:57 -0000	1.1
  +++ Security.java	24 Jan 2007 07:07:43 -0000	1.2
  @@ -207,7 +207,7 @@
            return (WorkingMemory) Contexts.getSessionContext().get(SECURITY_CONTEXT_NAME);
         else         
         {
  -         WorkingMemory wm = securityRules.newWorkingMemory();
  +         WorkingMemory wm = securityRules.newWorkingMemory(false);
     
            if (Identity.instance().isLoggedIn())
            {
  
  
  



More information about the jboss-cvs-commits mailing list