Diff for /java/classes/org/w3c/jigsaw/acl/BasicAuthPrincipal.java between versions 1.3 and 1.4

version 1.3, 1999/04/27 12:33:26 version 1.4, 2000/08/16 21:37:33
Line 2 Line 2
 // $Id$  // $Id$
 // (c) COPYRIGHT MIT, INRIA and Keio, 1999.  // (c) COPYRIGHT MIT, INRIA and Keio, 1999.
 // Please first read the full copyright statement in file COPYRIGHT.html  // Please first read the full copyright statement in file COPYRIGHT.html
    
 package org.w3c.jigsaw.acl;  package org.w3c.jigsaw.acl;
   
 import org.w3c.jigsaw.http.Request;  import org.w3c.jigsaw.http.Request;
Line 15  import org.w3c.www.http.HttpCredential; Line 15  import org.w3c.www.http.HttpCredential;
  * @author  Benoît Mahé (bmahe@w3.org)   * @author  Benoît Mahé (bmahe@w3.org)
  */   */
 public class BasicAuthPrincipal extends HTTPPrincipal {  public class BasicAuthPrincipal extends HTTPPrincipal {
       
     protected String      name     = null;      protected String      name     = null;
     protected String      password = null;      protected String      password = null;
     protected String      cookie   = null;      protected String      cookie   = null;

Removed from v.1.3  
changed lines
  Added in v.1.4


Webmaster