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

Gavin King gavin.king at jboss.com
Thu Jun 14 12:35:51 EDT 2007


  User: gavin   
  Date: 07/06/14 12:35:51

  Modified:    src/main/org/jboss/seam/web  AuthenticationFilter.java
  Log:
  ws
  
  Revision  Changes    Path
  1.5       +0 -4      jboss-seam/src/main/org/jboss/seam/web/AuthenticationFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AuthenticationFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/AuthenticationFilter.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- AuthenticationFilter.java	13 Jun 2007 21:07:34 -0000	1.4
  +++ AuthenticationFilter.java	14 Jun 2007 16:35:51 -0000	1.5
  @@ -8,7 +8,6 @@
   import java.util.HashMap;
   import java.util.Map;
   
  -import javax.faces.event.PhaseId;
   import javax.security.auth.login.LoginException;
   import javax.servlet.FilterChain;
   import javax.servlet.ServletException;
  @@ -27,10 +26,7 @@
   import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.contexts.Context;
   import org.jboss.seam.contexts.ContextualHttpServletRequest;
  -import org.jboss.seam.contexts.Lifecycle;
   import org.jboss.seam.contexts.SessionContext;
  -import org.jboss.seam.core.ConversationPropagation;
  -import org.jboss.seam.core.Manager;
   import org.jboss.seam.log.Log;
   import org.jboss.seam.security.Identity;
   import org.jboss.seam.security.NotLoggedInException;
  
  
  



More information about the jboss-cvs-commits mailing list