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

Gavin King gavin.king at jboss.com
Tue Jan 30 19:16:58 EST 2007


  User: gavin   
  Date: 07/01/30 19:16:58

  Modified:    src/main/org/jboss/seam/security/jaas  SeamLoginModule.java
  Log:
  no abbreviations
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/security/jaas/SeamLoginModule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamLoginModule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/jaas/SeamLoginModule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SeamLoginModule.java	30 Jan 2007 10:47:24 -0000	1.1
  +++ SeamLoginModule.java	31 Jan 2007 00:16:58 -0000	1.2
  @@ -71,7 +71,7 @@
      public boolean login() 
         throws LoginException
      {
  -      MethodBinding mb = Identity.instance().getAuthMethod();
  +      MethodBinding mb = Identity.instance().getAuthenticateMethod();
         
         Object[] params = null;
         
  
  
  



More information about the jboss-cvs-commits mailing list