[jboss-cvs] jboss-seam/src/debug/org/jboss/seam/debug/hot ...

Gavin King gavin.king at jboss.com
Sun Jun 10 15:25:58 EDT 2007


  User: gavin   
  Date: 07/06/10 15:25:58

  Modified:    src/debug/org/jboss/seam/debug/hot  HotDeployFilter.java
  Log:
  major refactor of contexts impl
  JBSEAM-953
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/src/debug/org/jboss/seam/debug/hot/HotDeployFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HotDeployFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/debug/org/jboss/seam/debug/hot/HotDeployFilter.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- HotDeployFilter.java	18 May 2007 16:27:05 -0000	1.5
  +++ HotDeployFilter.java	10 Jun 2007 19:25:58 -0000	1.6
  @@ -51,7 +51,7 @@
               if ( scan(request, init, file) )
               {
                  Seam.clearComponentNameCache();
  -               new Initialization( getServletContext() ).redeploy( ( (HttpServletRequest) request ).getSession(true) );
  +               new Initialization( getServletContext() ).redeploy( (HttpServletRequest) request );
                  break;
               }
            }
  
  
  



More information about the jboss-cvs-commits mailing list