[jboss-cvs] jboss-seam/src/main/org/jboss/seam/security/authenticator ...

Gavin King gavin.king at jboss.com
Thu Nov 16 21:35:46 EST 2006


  User: gavin   
  Date: 06/11/16 21:35:46

  Modified:    src/main/org/jboss/seam/security/authenticator 
                        Authenticator.java
  Log:
  auto-create JBSEAM-385
  
  Revision  Changes    Path
  1.12      +1 -1      jboss-seam/src/main/org/jboss/seam/security/authenticator/Authenticator.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Authenticator.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/authenticator/Authenticator.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Authenticator.java	25 Oct 2006 15:14:37 -0000	1.11
  +++ Authenticator.java	17 Nov 2006 02:35:46 -0000	1.12
  @@ -30,7 +30,7 @@
          throw new IllegalStateException("No active application context");
   
       Authenticator instance = (Authenticator) Component.getInstance(
  -        Authenticator.class, ScopeType.APPLICATION, true);
  +        Authenticator.class, ScopeType.APPLICATION);
   
       if (instance==null)
       {
  
  
  



More information about the jboss-cvs-commits mailing list