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

Gavin King gavin.king at jboss.com
Sun Jun 3 16:54:23 EDT 2007


  User: gavin   
  Date: 07/06/03 16:54:23

  Modified:    src/main/org/jboss/seam/pages  Page.java
  Log:
  get rid of conversationIsLongRunning parameter JBSEAM-1005
  
  Revision  Changes    Path
  1.21      +1 -1      jboss-seam/src/main/org/jboss/seam/pages/Page.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Page.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pages/Page.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- Page.java	3 Jun 2007 19:38:29 -0000	1.20
  +++ Page.java	3 Jun 2007 20:54:23 -0000	1.21
  @@ -218,7 +218,7 @@
      
      private void checkPermission(FacesContext facesContext, String name)
      {
  -      if ( isRestricted() && Identity.isSecurityEnabled())
  +      if ( isRestricted() && Identity.isSecurityEnabled() )
         {
            // If no expression is configured, create a default one
            if (restriction == null)
  
  
  



More information about the jboss-cvs-commits mailing list