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

Gavin King gavin.king at jboss.com
Thu Jun 21 04:30:41 EDT 2007


  User: gavin   
  Date: 07/06/21 04:30:41

  Modified:    src/main/org/jboss/seam/web  ExceptionFilter.java
  Log:
  fix bug loading resources 
  
  Revision  Changes    Path
  1.15      +0 -5      jboss-seam/src/main/org/jboss/seam/web/ExceptionFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ExceptionFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/ExceptionFilter.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- ExceptionFilter.java	21 Jun 2007 08:28:17 -0000	1.14
  +++ ExceptionFilter.java	21 Jun 2007 08:30:41 -0000	1.15
  @@ -67,11 +67,6 @@
            log.error( "exception root cause", EJB.getCause(e) );
            endWebRequestAfterException( (HttpServletRequest) request, (HttpServletResponse) response, e);
         }
  -      //should we put this back in? why, who cares if its not cleaned up?
  -      /*finally
  -      {
  -         Lifecycle.clearPhaseId();
  -      }*/
      }
      
      protected void endWebRequestAfterException(HttpServletRequest request, HttpServletResponse response, Exception e) 
  
  
  



More information about the jboss-cvs-commits mailing list