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

Gavin King gavin.king at jboss.com
Thu Feb 22 15:21:22 EST 2007


  User: gavin   
  Date: 07/02/22 15:21:22

  Modified:    src/main/org/jboss/seam/interceptors 
                        ConversationalInterceptor.java
  Log:
  don't redirect if you are already on the login page
  
  Revision  Changes    Path
  1.18      +3 -3      jboss-seam/src/main/org/jboss/seam/interceptors/ConversationalInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConversationalInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/ConversationalInterceptor.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- ConversationalInterceptor.java	13 Feb 2007 06:09:12 -0000	1.17
  +++ ConversationalInterceptor.java	22 Feb 2007 20:21:22 -0000	1.18
  @@ -1,4 +1,4 @@
  -//$Id: ConversationalInterceptor.java,v 1.17 2007/02/13 06:09:12 gavin Exp $
  +//$Id: ConversationalInterceptor.java,v 1.18 2007/02/22 20:21:22 gavin Exp $
   package org.jboss.seam.interceptors;
   
   import java.lang.reflect.Method;
  @@ -7,8 +7,6 @@
   import javax.faces.event.PhaseId;
   
   import org.jboss.seam.NoConversationException;
  -import org.jboss.seam.log.LogProvider;
  -import org.jboss.seam.log.Logging;
   import org.jboss.seam.annotations.AroundInvoke;
   import org.jboss.seam.annotations.Begin;
   import org.jboss.seam.annotations.BeginTask;
  @@ -22,6 +20,8 @@
   import org.jboss.seam.core.FacesMessages;
   import org.jboss.seam.core.Manager;
   import org.jboss.seam.intercept.InvocationContext;
  +import org.jboss.seam.log.LogProvider;
  +import org.jboss.seam.log.Logging;
   
   /**
    * Check that a conversational bean is not being invoked
  
  
  



More information about the jboss-cvs-commits mailing list