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

Gavin King gavin.king at jboss.com
Sun Feb 4 00:41:58 EST 2007


  User: gavin   
  Date: 07/02/04 00:41:58

  Modified:    src/main/org/jboss/seam/servlet  SeamExceptionFilter.java
  Log:
  fixes
  
  Revision  Changes    Path
  1.24      +1 -1      jboss-seam/src/main/org/jboss/seam/servlet/SeamExceptionFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamExceptionFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/servlet/SeamExceptionFilter.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- SeamExceptionFilter.java	4 Feb 2007 02:30:49 -0000	1.23
  +++ SeamExceptionFilter.java	4 Feb 2007 05:41:58 -0000	1.24
  @@ -71,7 +71,7 @@
         //the FacesContext is gone - create a fake one for Redirect and HttpError to call
         MockFacesContext facesContext = createFacesContext(request, response);
         facesContext.setCurrent();
  -      Lifecycle.beginExceptionRecovery( getServletContext(), request ); //the faces ExternalContext is useless to us at this point
  +      Lifecycle.beginExceptionRecovery( facesContext.getExternalContext() );
         try
         {
            Exceptions.instance().handle(e);
  
  
  



More information about the jboss-cvs-commits mailing list