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

Gavin King gavin.king at jboss.com
Thu Jun 21 13:12:32 EDT 2007


  User: gavin   
  Date: 07/06/21 13:12:32

  Modified:    src/main/org/jboss/seam/web  ExceptionFilter.java
  Log:
  ups, that doesnt work, ofcourse
  
  Revision  Changes    Path
  1.17      +1 -1      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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- ExceptionFilter.java	21 Jun 2007 16:17:54 -0000	1.16
  +++ ExceptionFilter.java	21 Jun 2007 17:12:32 -0000	1.17
  @@ -63,7 +63,7 @@
         }
         catch (Exception e)
         {
  -         log.error( "uncaught exception in JSF phase: " + FacesLifecycle.getPhaseId(), e );
  +         log.error( "handling uncaught exception", e );
            log.error( "exception root cause", EJB.getCause(e) );
            endWebRequestAfterException( (HttpServletRequest) request, (HttpServletResponse) response, e);
         }
  
  
  



More information about the jboss-cvs-commits mailing list